Interface AccessToken


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 @Deprecated Scope getScope()
      Deprecated.
    • getScopes

      @Nonnull Set<Scope> getScopes()
    • getGrantTypeUsedToCreate

      @Nonnull String getGrantTypeUsedToCreate()