Values_0.OAuth2PropertiesSourceA structure containing properties for OAuth2 authentication.
type nonrec t = {oAuth2GrantType : OAuth2GrantType.t option;The OAuth2 grant type. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.
*)oAuth2ClientApplication : OAuth2ClientApplication.t option;The client application type. For example, AWS_MANAGED or USER_MANAGED.
*)tokenUrl : TokenUrl.t option;The URL of the provider's authentication server, to exchange an authorization code for an access token.
*)tokenUrlParametersMap : TokenUrlParametersMap.t option;A map of parameters that are added to the token GET request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TokenUrlParameterKey.t ]
* [> `String of TokenUrlParameterValue.t ])
list
| `String of TokenUrl.t
| `Structure of
(string * [> `String of UserManagedClientApplicationClientId.t ])
list ])
list ]