Properties
| Property | Type | Description |
|---|---|---|
mfaMethod | MfaMethod | The MFA method to verify (“totp” or “sms”). |
type InitiateMfaVerificationOptions = {
mfaMethod: MfaMethod;
};
| Property | Type | Description |
|---|---|---|
mfaMethod | MfaMethod | The MFA method to verify (“totp” or “sms”). |
Was this page helpful?