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;