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

OAuthInfo

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

OAuth related information about the request.

interface OAuthInfo {
oauthClientId?: string;
}

§Properties

§
oauthClientId?: string
[src]

The OAuth client ID of the 1P or 3P application acting on behalf of the user.