Properties
| Property | Type | Description |
|---|---|---|
methods | MfaMethod[] | The MFA methods the user has enrolled in. |
type MfaVerificationContext = {
methods: MfaMethod[];
};
| Property | Type | Description |
|---|---|---|
methods | MfaMethod[] | The MFA methods the user has enrolled in. |
Was this page helpful?