Interface ApiKeyResponse
- All Known Implementing Classes:
ImmutableApiKeyResponse
public interface ApiKeyResponse
Api key Response includes client-secret from keycloak
-
Method Summary
-
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
The description of the client set by the company admin
-