Interface Token
- All Known Subinterfaces:
AccessToken,RefreshToken,TypedToken
public interface Token
A token issued by the authorization server.
-
Method Summary
Modifier and TypeMethodDescriptionThe token expiration time, if any.The raw text of the token.
-
Method Details
-
getPayload
String getPayload()The raw text of the token. -
getExpirationTime
The token expiration time, if any.
-