Interface AccessToken

All Superinterfaces:
Token

@Immutable public interface AccessToken extends Token
  • Method Summary

    Modifier and Type
    Method
    Description
    The 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".