Skip to main content
MfaPhoneChallengeMembers
Example

Properties

Methods

continue
Promise<void>
continue Submits the choice of MFA delivery method (SMS or Voice) to proceed with the challenge. This will trigger sending the verification code to the user’s phone.A promise that resolves when the action is submitted.

Throws

Throws an error if the submission fails.
Example
pickPhone
Promise<void>
Initiates the action to pick a different phone number. This typically redirects the user to a screen where they can select from multiple enrolled phone numbers, if applicable.A promise that resolves when the action is submitted.

Throws

Throws an error if the submission fails.
Example
tryAnotherMethod
Promise<void>
Initiates the action to select a different MFA factor/authenticator. This redirects the user to a screen where they can choose an alternative MFA method (e.g., OTP app, recovery code).A promise that resolves when the action is submitted.

Throws

Throws an error if the submission fails.
Example