GoogleCloudDialogflowCxV3ToolAuthentication
import type { GoogleCloudDialogflowCxV3ToolAuthentication } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Authentication information required for API calls
interface GoogleCloudDialogflowCxV3ToolAuthentication {
apiKeyConfig?: GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig;
bearerTokenConfig?: GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig;
oauthConfig?: GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig;
serviceAgentAuthConfig?: GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig;
}§Properties
§
apiKeyConfig?: GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig
[src]Config for API key auth.
§
bearerTokenConfig?: GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig
[src]Config for bearer token auth.
§
Config for OAuth.
§
serviceAgentAuthConfig?: GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig
[src]Config for Diglogflow service agent auth.