Interface LegacyNotarizeApiKeyCredentials

Deprecated

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

interface LegacyNotarizeApiKeyCredentials {
    appleApiIssuer: string;
    appleApiKey: string;
}

Properties

appleApiIssuer: string
appleApiKey: string