Skip to main content
Deno.BasicAuth - Deno documentation
interface Deno.BasicAuth
Basic authentication credentials to be used with a [`Deno.Proxy`](../././~/Deno.Proxy) server when specifying [`Deno.CreateHttpClientOptions`](../././~/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.