constructor()

in src/manifestList.ts [50:55]


    constructor(public readonly auth: AuthMetadata | null) {
        if (auth) {
            this.label = `${auth.endpoint}/${auth.namespace}`;
            this.detail = `API Host: ${auth.apihost}`;
        }
    }