

# ReadAuthorizationCodeGrantDetails
<a name="API_ReadAuthorizationCodeGrantDetails"></a>

Read-only configuration details for OAuth2 authorization code grant flow, including endpoints and client information.

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

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

 ** AuthorizationEndpoint **   <a name="QS-Type-ReadAuthorizationCodeGrantDetails-AuthorizationEndpoint"></a>
The authorization server endpoint used to obtain authorization codes from the resource owner.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 8192.  
Pattern: `https://.*`   
Required: Yes

 ** ClientId **   <a name="QS-Type-ReadAuthorizationCodeGrantDetails-ClientId"></a>
The client identifier for the OAuth2 authorization code grant flow.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1024.  
Required: Yes

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

## See Also
<a name="API_ReadAuthorizationCodeGrantDetails_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/ReadAuthorizationCodeGrantDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/quicksight-2018-04-01/ReadAuthorizationCodeGrantDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/quicksight-2018-04-01/ReadAuthorizationCodeGrantDetails) 