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

§Properties

§
accessCredentials?: AccessCredentials
[src]