Interface AccessToken

All Known Implementing Classes:
AccessTokenEntity

public interface AccessToken
  • Method Details

    • getId

      @Nonnull String getId()
    • getClientId

      @Nonnull String getClientId()
    • getUserKey

      @Nonnull String getUserKey()
    • getAuthorizationCode

      @Nonnull String getAuthorizationCode()
    • getAuthorizationDate

      @Nonnull Long getAuthorizationDate()
    • getCreatedAt

      @Nonnull Long getCreatedAt()
    • getLastAccessed

      Long getLastAccessed()
    • getScope

      @Nonnull Scope getScope()