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.
The options specifying the delivery type ('sms' or 'voice').
A promise that resolves when the action is submitted.
pickPhone 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.
Optional
payload: MfaPhoneChallengePickPhoneOptionsOptional custom options to include with the request.
A promise that resolves when the action is submitted.
tryAnotherMethod 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).
Optional
payload: MfaPhoneChallengePickAuthenticatorOptionsOptional custom options to include with the request.
A promise that resolves when the action is submitted.
MfaPhoneChallengeMembers