Skip to main content
Example
export interface ScreenMembersOnResetPasswordMfaSmsChallenge extends ScreenMembers {
  data: {
    phoneNumber: string;
    /**
     * Whether to show the link to switch to voice call verification
     */
    showLinkVoice?: boolean;
  } | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
phoneNumber

Type Declaration

{ phoneNumber: string; showLinkVoice?: boolean; }

phoneNumber

showLinkVoice?

Whether to show the link to switch to voice call verificationnull
isCaptchaAvailable
boolean
name
string
texts
Record