EndUserAuthConfigOauth2AuthCodeConfig
import type { EndUserAuthConfigOauth2AuthCodeConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";Oauth 2.0 Authorization Code authentication configuration.
interface EndUserAuthConfigOauth2AuthCodeConfig {
oauthToken?: string;
}