Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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[];
}

§Properties

§
authCode?: string
[src]

Optional. Authorization code to be exchanged for access and refresh tokens.

§
redirectUri?: string
[src]

Optional. Redirect URI to be provided during the auth code exchange.

§
scopes?: string[]
[src]

Required. Scopes the connection will request when the user performs the auth code flow.