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

RefreshAccessTokenRequest

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

RefreshAccessTokenRequest includes the refresh token.

interface RefreshAccessTokenRequest {
refreshToken?: string;
}

§Properties

§
refreshToken?: string
[src]

Optional. Refresh Token String. If the Refresh Token is not provided, the runtime will read the data from the secret manager.