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

CheckAuthorizationRequest

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

Request message for checking authorization for the instance owner.

interface CheckAuthorizationRequest {
authorizationDetails?: {
[key: string]: string;
}
;
}

§Properties

§
authorizationDetails?: {
[key: string]: string;
}
[src]

Optional. The details of the OAuth authorization response. This may include additional params such as dry_run, version_info, origin, propagate, etc.