Interface ResetPasswordMfaPhoneChallengeContinueOptions

ContinueOptions

interface ResetPasswordMfaPhoneChallengeContinueOptions {
    type: "sms" | "voice";
}

Hierarchy (view full)

Properties

Properties

type: "sms" | "voice"

The delivery method selected by the user for receiving the verification code.

  • sms: Send the code via text message.
  • voice: Send the code via a voice call.