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

Oauth

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

This message defines attributes associated with OAuth credentials.

interface Oauth {
clientId?: string;
}

§Properties

§
clientId?: string
[src]

The optional OAuth client ID. This is the unique public identifier issued by an authorization server to a registered client application. Empty string is equivalent to no oauth client id. WARNING: This is for MCP tools/call and tools/list authorization and not for general use.