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

EndUserAuthConfigOauth2AuthCodeConfig

import type { EndUserAuthConfigOauth2AuthCodeConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Oauth 2.0 Authorization Code authentication configuration.

interface EndUserAuthConfigOauth2AuthCodeConfig {
oauthToken?: string;
}

§Properties

§
oauthToken?: string
[src]

Required. Oauth token parameter name to pass through. Must be in the format $context.variables..