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/workstations:v1.ts";

Response message for GenerateAccessToken.

interface GenerateAccessTokenResponse {
accessToken?: string;
expireTime?: Date;
}

§Properties

§
accessToken?: string
[src]

The generated bearer access token. To use this token, include it in an Authorization header of an HTTP request sent to the associated workstation's hostname—for example, Authorization: Bearer .

§
expireTime?: Date
[src]

Time at which the generated token will expire.