Interface ApiKeyResponse

All Known Implementing Classes:
ImmutableApiKeyResponse

public interface ApiKeyResponse
Api key Response includes client-secret from keycloak
  • Method Summary

    Modifier and Type
    Method
    Description
    The clientId represents the client key
    The clientSecret represents secret generated in keycloak
    The crmId of the company requesting the api keys
    The description of the client set by the company admin
    id()
    The id represents client in keycloak
  • Method Details

    • companyId

      String companyId()
      The crmId of the company requesting the api keys
    • clientId

      String clientId()
      The clientId represents the client key
    • id

      String id()
      The id represents client in keycloak
    • clientSecret

      String clientSecret()
      The clientSecret represents secret generated in keycloak
    • description

      Optional<String> description()
      The description of the client set by the company admin