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

UpstreamCredentials

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

The credentials to access the remote repository.

interface UpstreamCredentials {
usernamePasswordCredentials?: UsernamePasswordCredentials;
}

§Properties

§
usernamePasswordCredentials?: UsernamePasswordCredentials
[src]

Use username and password to access the remote repository.