Syntax
staticClientList-client:
callbackUrl: <string> # required
clientId: <string> # required
clientSecret: <string> # required
grantTypes: <string>staticClientList-client: callbackUrl: <string> # required clientId: <string> # required clientSecret: <string> # required grantTypes: <string>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| callbackUrl | true | - | - | - |
| clientId | true | - | - | - |
| clientSecret | true | - | - | - |
| grantTypes | false | authorization_code,password,client_credentials,refresh_token,implicit | Comma separated list of grant types this client can be used with. | - |