RegisteredCredentials
One non-secret OAuth credential set (client credentials flow). The
clientSecret is NOT returned inline (ITD 9): it is revealed once via
the SSO-gated secretClaimUrl on the parent response.
- clientType: string
Id requiredOAuth client ID for authenticating your application (client credentials flow).
- scopesType: array string[]required
OAuth scopes authorized on this client.
- tokenType: string Format: uri
Url requiredToken endpoint for this environment. POST
client_id+client_secretwithgrant_type=client_credentialsto mint an access token.
