async function getAppPrivateKey()

in azure-pipelines-wrapper/keyvault.js [32:35]


async function getAppPrivateKey()
{
    return await getSecretFromCache("PRIVATE_KEY");
}