Deno.BasicAuth - Deno documentation
interface Deno.BasicAuth
Unstable

UNSTABLE: New API, yet to be vetted.

Basic authentication credentials to be used with a Deno.Proxy server when specifying Deno.CreateHttpClientOptions.

Properties

username: string

The username to be used against the proxy server.

password: string

The password to be used against the proxy server.