RegisteredCredentials
One OAuth credential set (client credentials flow). The clientSecret
is returned exactly once at creation time and cannot be retrieved later.
- clientType: string
Id requiredOAuth client ID for authenticating your application (client credentials flow).
- clientType: string
Secret requiredOAuth client secret. Returned only in this response; store it securely now.
- scopesType: array string[]required
OAuth scopes authorized on this client.
- tokenType: stringFormat: uri
Url requiredToken endpoint for this environment. POST
client_id+client_secretwithgrant_type=client_credentialsto mint an access token.
