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

CallbackGenerateTokenOptions

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

Additional options for Integrations#callbackGenerateToken.

interface CallbackGenerateTokenOptions {
code?: string;
gcpProjectId?: string;
product?:
| "UNSPECIFIED_PRODUCT"
| "IP"
| "APIGEE"
| "SECURITY";
redirectUri?: string;
state?: string;
}

§Properties

§
code?: string
[src]

The auth code for the given request

§
gcpProjectId?: string
[src]

The gcp project id of the request

§
product?: "UNSPECIFIED_PRODUCT" | "IP" | "APIGEE" | "SECURITY"
[src]

Which product sends the request

§
redirectUri?: string
[src]

Redirect uri of the auth code request

§
state?: string
[src]

The auth config id for the given request