Interface Token
-
- All Known Subinterfaces:
AccessToken,RefreshToken
public interface TokenA token issued by the authorization server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.time.InstantgetExpirationTime()The token expiration time, if any.java.lang.StringgetPayload()The raw text of the token.
-