interface Deno.BasicAuth
Basic authentication credentials to be used with a Deno.Proxy
server when specifying Deno.CreateHttpClientOptions
.
Properties Jump to heading
Jump to headingusername: string
The username to be used against the proxy server.
Jump to headingpassword: string
The password to be used against the proxy server.