Interface RefreshToken

All Known Implementing Classes:
RefreshTokenEntity

public interface RefreshToken
  • Method Details

    • getId

      @Nonnull String getId()
    • getAccessTokenId

      @Nonnull String getAccessTokenId()
    • getClientId

      @Nonnull String getClientId()
    • getUserKey

      @Nonnull String getUserKey()
    • getScope

      @Nonnull Scope getScope()
    • getAuthorizationCode

      @Nonnull String getAuthorizationCode()
    • getAuthorizationDate

      @Nonnull Long getAuthorizationDate()
    • getCreatedAt

      @Nonnull Long getCreatedAt()
    • getRefreshCount

      Integer getRefreshCount()