Values.UpdateConnectionOAuthClientRequestParametersSourceThe OAuth authorization parameters to use for the connection.
type nonrec t = {clientID : AuthHeaderParameters.t option;The client ID to use for OAuth authorization.
*)clientSecret : AuthHeaderParametersSensitive.t option;The client secret assciated with the client ID to use for OAuth authorization.
*)}