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

GoogleCloudApihubV1Oauth2ClientCredentialsConfig

import type { GoogleCloudApihubV1Oauth2ClientCredentialsConfig } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

Parameters to support Oauth 2.0 client credentials grant authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.

interface GoogleCloudApihubV1Oauth2ClientCredentialsConfig {
clientId?: string;
}

§Properties

§
clientId?: string
[src]

Required. The client identifier.

§

Required. Secret version reference containing the client secret. The secretmanager.versions.access permission should be granted to the service account accessing the secret.