Interface AccessToken
- All Superinterfaces:
Token
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the token issued, typically "Bearer".Methods inherited from interface org.projectnessie.client.auth.oauth2.Token
getExpirationTime, getPayload
-
Method Details
-
getTokenType
String getTokenType()The type of the token issued, typically "Bearer".
-