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

ConnectorConfigurationUsernamePassword

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

Username and Password authentication.

interface ConnectorConfigurationUsernamePassword {
username?: string;
}

§Properties

§

Required. Password.

§
username?: string
[src]

Required. Username.