function getMfaConfig(): Promise<MfaConfig>;
Promise
MfaConfig
const result = await getMfaConfig(); if (result.enabled) { console.log("MFA is enabled for this project"); }
Was this page helpful?