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

RefreshAccessTokenResponse

import type { RefreshAccessTokenResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";

RefreshAccessTokenResponse includes the returned access token and its associated credentials.

interface RefreshAccessTokenResponse {
accessCredentials?: AccessCredentials;
metadata?: {
[key: string]: {
[key: string]: any;
}
;
}
;
}

§Properties

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

Metadata like service latency, etc.