Interface LegacyNotarizePasswordCredentials

Deprecated

This interface was used for Apple's altool, which was sunset in 2023 and no longer works.

interface LegacyNotarizePasswordCredentials {
    appleId: string;
    appleIdPassword: string;
}

Properties

appleId: string
appleIdPassword: string