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

Deno.BasicAuth

interface BasicAuth {
password: string;
username: string;
}

§Properties

§
password: string
[src]
§
username: string
[src]