ApplicationKeyGenerateRequest

Name Description Schema Default Example

keyType

required

string

null

PRODUCTION

validityTime

required

string

null

3600

supportedGrantTypes

optional

The grant types that are supported by the application

array

null

["client_credentials","password"]

callbackUrl

optional

Callback URL

string

null

accessAllowDomains

required

Allowed domains for the access token

array

null

["ALL"]

scopes

optional

Allowed scopes for the access token

array

null

["am_application_scope","default"]

clientId

optional

Client ID for generating access token.

string

null

clientSecret

optional

Client secret for generating access token. This is given together with the client Id.

string

null