Interface Client


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()
    • getSupportedGrantTypes

      @Nonnull Set<GrantType> getSupportedGrantTypes()
    • getUserKey

      @Nonnull String getUserKey()
    • getScope

      @Nonnull Scope getScope()
    • getCreatedDate

      Long getCreatedDate()
    • getLastRotationDate

      Long getLastRotationDate()
    • getRotatedClientId

      String getRotatedClientId()
    • getRotatedClientSecret

      String getRotatedClientSecret()
    • getRotatedCreatedDate

      Long getRotatedCreatedDate()
    • getExpiryDuration

      Duration getExpiryDuration()