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

AuthorizeEnvironmentRequest

import type { AuthorizeEnvironmentRequest } from "https://googleapis.deno.dev/v1/cloudshell:v1.ts";

Request message for AuthorizeEnvironment.

interface AuthorizeEnvironmentRequest {
accessToken?: string;
expireTime?: Date;
idToken?: string;
}

§Properties

§
accessToken?: string
[src]

The OAuth access token that should be sent to the environment.

§
expireTime?: Date
[src]

The time when the credentials expire. If not set, defaults to one hour from when the server received the request.

§
idToken?: string
[src]

The OAuth ID token that should be sent to the environment.