Values.GlueOAuth2CredentialsSourceThe GlueOAuth2 credentials of a connection.
type nonrec t = {userManagedClientApplicationClientSecret : GlueOAuth2CredentialsUserManagedClientApplicationClientSecretString.t
option;The user managed client application client secret of the connection.
*)accessToken : GlueOAuth2CredentialsAccessTokenString.t option;The access token of a connection.
*)refreshToken : GlueOAuth2CredentialsRefreshTokenString.t option;The refresh token of the connection.
*)jwtToken : GlueOAuth2CredentialsJwtTokenString.t option;The jwt token of the connection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of
GlueOAuth2CredentialsUserManagedClientApplicationClientSecretString.t ])
list ]