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

CheckAuthorizationResponse

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

Response message for checking authorization for the instance owner.

interface CheckAuthorizationResponse {
readonly createTime?: Date;
oauth_uri?: string;
success?: boolean;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Timestamp when this Authorization request was created.

§
oauth_uri?: string
[src]

If the user has not completed OAuth consent, then the oauth_url is returned. Otherwise, this field is not set.

§
success?: boolean
[src]

Success indicates that the user completed OAuth consent and access tokens can be generated.