ExchangeAuthCodeRequest
import type { ExchangeAuthCodeRequest } from "https://googleapis.deno.dev/v1/connectors:v2.ts";
ExchangeAuthCodeRequest currently includes the auth code data.
interface ExchangeAuthCodeRequest {
authCodeData?: AuthCodeData;
}§Properties
§
authCodeData?: AuthCodeData
[src]Optional. AuthCodeData contains the data the runtime requires to exchange for access and refresh tokens. If the data is not provided, the runtime will read the data from the secret manager.