

# GlueOAuth2Credentials


The GlueOAuth2 credentials of a connection.

## Contents


 ** accessToken **   <a name="datazone-Type-GlueOAuth2Credentials-accessToken"></a>
The access token of a connection.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 4096.  
Pattern: `[\x20-\x7E]*`   
Required: No

 ** jwtToken **   <a name="datazone-Type-GlueOAuth2Credentials-jwtToken"></a>
The jwt token of the connection.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 8000.  
Pattern: `([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_\-\+\/=]*)`   
Required: No

 ** refreshToken **   <a name="datazone-Type-GlueOAuth2Credentials-refreshToken"></a>
The refresh token of the connection.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 4096.  
Pattern: `[\x20-\x7E]*`   
Required: No

 ** userManagedClientApplicationClientSecret **   <a name="datazone-Type-GlueOAuth2Credentials-userManagedClientApplicationClientSecret"></a>
The user managed client application client secret of the connection.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 512.  
Pattern: `[\x20-\x7E]*`   
Required: No

## See Also


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/datazone-2018-05-10/GlueOAuth2Credentials) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/datazone-2018-05-10/GlueOAuth2Credentials) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/datazone-2018-05-10/GlueOAuth2Credentials) 