Returns
| {mfaConfig: undefined;
}
| {
mfaConfig: null | MfaConfig;
}
The MFA configuration, null if not configured, or undefined if not initialized.mfaConfig: undefined;
}
| {
mfaConfig: null | MfaConfig;
}
The MFA configuration, null if not configured, or undefined if not initialized.