Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function getMfaConfig(): Promise<MfaConfig>;
Promise
MfaConfig
const result = await getMfaConfig(); if (result?.totpConfig?.enabled) { console.log("TOTP MFA is enabled for this project"); }
Was this page helpful?