Interface OAuth2Token

    • Method Detail

      • getTokenValue

        java.lang.String getTokenValue()
        Returns the token value.
        Returns:
        the token value
      • getIssuedAt

        @Nullable
        default java.time.Instant getIssuedAt()
        Returns the time at which the token was issued.
        Returns:
        the time the token was issued or null
      • getExpiresAt

        @Nullable
        default java.time.Instant getExpiresAt()
        Returns the expiration time on or after which the token MUST NOT be accepted.
        Returns:
        the token expiration time or null