Interface Authorization

All Known Implementing Classes:
AuthorizationEntity

public interface Authorization
  • Method Details

    • getAuthorizationCode

      @Nonnull String getAuthorizationCode()
    • getClientId

      @Nonnull String getClientId()
    • getRedirectUri

      @Nonnull String getRedirectUri()
    • getUserKey

      @Nonnull String getUserKey()
    • getCreatedAt

      @Nonnull Long getCreatedAt()
    • getScope

      @Nonnull Scope getScope()
    • getCodeChallengeMethod

      CodeChallengeMethod getCodeChallengeMethod()
    • getCodeChallenge

      String getCodeChallenge()