Interface RefreshToken


public interface RefreshToken
  • Method Details

    • getId

      @Nonnull String getId()
    • getAccessTokenId

      @Nonnull String getAccessTokenId()
    • getClientId

      @Nonnull String getClientId()
    • getUserKey

      @Nonnull String getUserKey()
    • getScope

      @Deprecated @Nonnull Scope getScope()
      Deprecated.
    • getScopes

      @Nonnull Set<Scope> getScopes()
    • getAuthorizationCode

      @Nonnull String getAuthorizationCode()
    • getAuthorizationDate

      @Nonnull Long getAuthorizationDate()
    • getCreatedAt

      @Nonnull Long getCreatedAt()
    • getRefreshCount

      Integer getRefreshCount()