GenerateAccessTokenResponse
import type { GenerateAccessTokenResponse } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";
Response message for generating an EUC for the instance owner.
interface GenerateAccessTokenResponse {
access_token?: string;
expires_in?: number;
scope?: string;
token_type?: string;
}§Properties
§
scope?: string
[src]Space-separated list of scopes contained in the returned token. https://cloud.google.com/docs/authentication/token-types#access-contents