

# ClientCredentialsGrantDetails
<a name="API_ClientCredentialsGrantDetails"></a>

Configuration details for OAuth2 client credentials grant flow, including client ID, client secret, token endpoint, and optional scopes.

## Contents
<a name="API_ClientCredentialsGrantDetails_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** ClientId **   <a name="QS-Type-ClientCredentialsGrantDetails-ClientId"></a>
The client identifier issued to the client during the registration process with the authorization server.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1024.  
Required: Yes

 ** ClientSecret **   <a name="QS-Type-ClientCredentialsGrantDetails-ClientSecret"></a>
The client secret issued to the client during the registration process with the authorization server.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Required: Yes

 ** TokenEndpoint **   <a name="QS-Type-ClientCredentialsGrantDetails-TokenEndpoint"></a>
The authorization server endpoint used to obtain access tokens via the client credentials grant flow.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 8192.  
Pattern: `https://.*`   
Required: Yes

## See Also
<a name="API_ClientCredentialsGrantDetails_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/quicksight-2018-04-01/ClientCredentialsGrantDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/quicksight-2018-04-01/ClientCredentialsGrantDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/quicksight-2018-04-01/ClientCredentialsGrantDetails) 