Interface Token

All Known Subinterfaces:
AccessToken, RefreshToken, TypedToken

public interface Token
A token issued by the authorization server.
  • Method Summary

    Modifier and Type
    Method
    Description
    The token expiration time, if any.
    The raw text of the token.
  • Method Details

    • getPayload

      String getPayload()
      The raw text of the token.
    • getExpirationTime

      @Nullable Instant getExpirationTime()
      The token expiration time, if any.