Package version:

interface ImportSourceCredentials {
    password: string;
    username?: string;
}

Properties

Properties

password: string

The password used to authenticate with the source registry.

username?: string

The username to authenticate with the source registry.