Values.CreateConnectionOAuthRequestParametersSourceContains the OAuth authorization parameters to use for the connection.
type nonrec t = {clientParameters : CreateConnectionOAuthClientRequestParameters.t;The client parameters for OAuth authorization.
*)httpMethod : ConnectionOAuthHttpMethod.t;The method to use for the authorization request.
*)oAuthHttpParameters : ConnectionHttpParameters.t option;Details about the additional parameters to use for the connection.
*)}val make :
?oAuthHttpParameters:??? ->
clientParameters:CreateConnectionOAuthClientRequestParameters.t ->
authorizationEndpoint:HttpsEndpoint.t ->
httpMethod:ConnectionOAuthHttpMethod.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of HttpsEndpoint.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of HeaderKey.t ])
list ]
list
| `String of AuthHeaderParameters.t ])
list ])
list ]