OAuthClientCredential
Credentials for an OAuth 2.0 client-credentials grant used to authenticate an integration with its external system.
Contents
- clientId
-
The OAuth 2.0 client identifier registered with the external system.
Type: String
Required: Yes
- clientSecret
-
The OAuth 2.0 client secret that pairs with the client identifier.
Type: String
Required: Yes
- providerId
-
The identifier of the OAuth provider that issued the client credentials.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: