Package com.nimbusds.oauth2.sdk.token
OAuth 2.0 access and refresh token implementations.
-
Class Summary Class Description AccessToken The base abstract class for access tokens.AccessTokenType Access token type.BearerAccessToken Bearer access token.BearerTokenError OAuth 2.0 bearer token error.DPoPAccessToken DPoP access token.DPoPTokenError OAuth 2.0 DPoP token error.NAAccessToken Access token of type not applicable (N/A), intended for use in OAuth 2.0 token exchange scenarios.RefreshToken Refresh token.Token The base abstract class for access and refresh tokens.Tokens Access and optional refresh token.TokenSchemeError The base abstract class for token scheme errors.TokenTypeURI Token type URI.TypelessAccessToken Typeless access token, cannot be serialised.TypelessToken Typeless (generic) token. -
Enum Summary Enum Description TokenEncoding Enumeration of the possible token encodings.