ClientIdAndSecretResponse
ClientIdAndSecretResponse
The response contains the identifier and the secret of the OAuth Application.
JSON Example
{
"clientId": "string",
"clientSecret": "string"
}
string
clientId
Optional
The unique identifier of the OAuth Application (client).
string
clientSecret
Optional
The organization OAuth Application secret