Values.CreateConnectionOAuthClientRequestParametersSourceThe Basic authorization parameters to use for the connection.
type nonrec t = {clientID : AuthHeaderParameters.t;The client ID to use for OAuth authorization for the connection.
*)clientSecret : AuthHeaderParametersSensitive.t;The client secret associated with the client ID to use for OAuth authorization for the connection.
*)}val make :
clientID:AuthHeaderParameters.t ->
clientSecret:AuthHeaderParametersSensitive.t ->
unit ->
t