Values.ConnectorOAuthRequestSourceUsed by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
type nonrec t = {authCode : AuthCode.t option;The code provided by the connector when it has been authenticated via the connected app.
*)redirectUri : RedirectUri.t option;The URL to which the authentication server redirects the browser after authorization has been granted.
*)}