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

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;
}
;
}
;
}

§Properties

§
accessCredentials?: AccessCredentials
[src]
§
metadata?: {
[key: string]: {
[key: string]: any;
}
;
}
[src]

Metadata like service latency, etc.