Interface Client

All Known Implementing Classes:
ClientEntity

public interface Client
  • Method Details

    • getId

      @Nonnull String getId()
    • getClientId

      @Nonnull String getClientId()
    • getClientSecret

      @Nonnull String getClientSecret()
    • getName

      @Nonnull String getName()
    • getRedirects

      @Nonnull List<String> getRedirects()
    • getUserKey

      @Nonnull String getUserKey()
    • getScope

      @Nonnull Scope getScope()