Skip to main content
Interface for the screen data specific to reset-password-mfa-voice-challenge screen.
Example
export interface ScreenMembersOnResetPasswordMfaVoiceChallenge extends ScreenMembers {
  data: {
    /**
     * The phone number to send the voice call to.
     */
    phoneNumber: string;

    /**
     * Whether to show the link to switch to SMS verification.
     */
    showLinkSms?: boolean;
  } | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
phoneNumber

Type Declaration

{ phoneNumber: string; showLinkSms?: boolean; }

phoneNumber

The phone number to send the voice call to.

showLinkSms?

Whether to show the link to switch to SMS verification.null
isCaptchaAvailable
boolean
name
string
texts
Record