GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged
import type { GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
Parameters to support Oauth 2.0 Auth Code Grant Authentication using Google Provided OAuth Client. See https://tools.ietf.org/html/rfc6749#section-1.3.1 for more details.
interface GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged {
authCode?: string;
redirectUri?: string;
scopes?: string[];
}