Improved
BILL widgets release 2025-06-25
June 25th, 2025
Features
MFA widget improvements
The mfaSuccess event is emitted when the MFA setup or MFA challenge is submitted successfully. We have added rememberMeId and deviceId in the event payload.
{
setup: boolean;
required: boolean;
rememberMe?: boolean;
rememberMeId: string;
deviceId: string;
}| Field | Description |
|---|---|
rememberMeId | MFA ID generated when the remembeMe is set as true for the user. |
deviceId | Mobile device name. This is a nickname for the mobile device used to receive the validation token to the registered phone number. |
Note that rememberMeId is available in the payload only when MFA rememberMe is set as true for the user.
