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

GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials

import type { GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials } from "https://googleapis.deno.dev/v1/integrations: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 GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials {
clientId?: string;
}

§Properties

§
clientId?: string
[src]

The client identifier.

§

Secret version reference containing the client secret.