Skip to main content
Interface for the screen data specific to mfa-sms-challenge screen
Example
export interface ScreenMembersOnMfaSmsChallenge extends ScreenMembers {
  data: {
    /**
     * The phone number where the SMS was sent
     */
    phoneNumber?: string;
    /**
     * Whether to show the remember device option
     */
    showRememberDevice?: boolean;
    /**
     * 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; showRememberDevice?: boolean; }

phoneNumber?

The phone number where the SMS was sent

showLinkVoice?

Whether to show the link to switch to voice call verification

showRememberDevice?

Whether to show the remember device optionnull
isCaptchaAvailable
boolean
name
string
texts
Record