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"] |