[{"label":"Latest (v1.0)","version":"latest"}]
csp

ClientIdAndSecretResponse

The response contains the identifier and the secret of the OAuth Application.


Properties

string
clientId Optional

The unique identifier of the OAuth Application (client).


string
clientSecret Optional

The organization OAuth Application secret

JSON Example

{
	"clientId": "string",
	"clientSecret": "string"
}

Feedback

Was this page helpful?