Class AccessTokenType

    • Field Detail

      • BEARER

        public static final AccessTokenType BEARER
        Bearer, see OAuth 2.0 Bearer Token Usage (RFC 6750).
      • DPOP

        public static final AccessTokenType DPOP
        DPoP, see OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP) (draft-ietf-oauth-dpop-03).
      • MAC

        public static final AccessTokenType MAC
        MAC, see OAuth 2.0 Message Authentication Code (MAC) Tokens (draft-ietf-oauth-v2-http-mac-05).
      • N_A

        public static final AccessTokenType N_A
        Not applicable (N/A), see OAuth 2.0 Token Exchange (RFC 8693).
    • Constructor Detail

      • AccessTokenType

        public AccessTokenType​(String value)
        Creates a new access token type with the specified value.
        Parameters:
        value - The access token type value. Must not be null or empty string.