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

GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig

import type { GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig {
clientId?: string;
clientSecret?: string;
oauthGrantType?: "OAUTH_GRANT_TYPE_UNSPECIFIED" | "CLIENT_CREDENTIAL";
scopes?: string[];
secretVersionForClientSecret?: string;
tokenEndpoint?: string;
}

§Properties

§
clientId?: string
[src]
§
clientSecret?: string
[src]
§
oauthGrantType?: "OAUTH_GRANT_TYPE_UNSPECIFIED" | "CLIENT_CREDENTIAL"
[src]
§
scopes?: string[]
[src]
§
secretVersionForClientSecret?: string
[src]
§
tokenEndpoint?: string
[src]