public interface JWTClaimsSetTransformer<T>
Modifier and Type | Method and Description |
---|---|
T |
transform(JWTClaimsSet claimsSet)
Transforms the specified JWT claims set into the desired type.
|
T transform(JWTClaimsSet claimsSet)
claimsSet
- The JWT claims set. Not null
.Copyright © 2017 Connect2id Ltd.. All rights reserved.