ExchangeAuthCodeResponse
import type { ExchangeAuthCodeResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";
ExchangeAuthCodeResponse includes the returned access token and its associated credentials.
interface ExchangeAuthCodeResponse {
accessCredentials?: AccessCredentials;
metadata?: {};
}[key: string]: {};
[key: string]: any;