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

GenerateAccessTokenResponse

import type { GenerateAccessTokenResponse } from "https://googleapis.deno.dev/v1/iamcredentials:v1.ts";
interface GenerateAccessTokenResponse {
accessToken?: string;
expireTime?: Date;
}

§Properties

§
accessToken?: string
[src]

The OAuth 2.0 access token.

§
expireTime?: Date
[src]

Token expiration time. The expiration time is always set.