Interface AccessToken

All Superinterfaces:
Token

@Immutable public interface AccessToken extends Token
  • Method Details

    • getTokenType

      String getTokenType()
      The type of the token issued, typically "Bearer".
    • of

      static AccessToken of(String payload, String tokenType, @Nullable Instant expirationTime)