OAuthInfo
import type { OAuthInfo } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";
OAuth related information about the request.
interface OAuthInfo {
oauthClientId?: string;
}import type { OAuthInfo } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";
OAuth related information about the request.