ClientCredentials
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
Properties
| Name |
Type |
Description |
| grant_type |
string |
Denotes the flow you are using. For Client Credentials, use client_credentials. |
| client_id |
string |
Your application's Client ID. |
| client_secret |
string |
Your application's Client Secret. |
| audience |
string |
The unique identifier of the target API you want to access. |
JSON Schema