Skip to main content
ScreenMembersOnResetPasswordMfaPhoneChallenge
Example
export interface ScreenMembersOnResetPasswordMfaPhoneChallenge extends ScreenMembers {
  /**
   * @property {object | null} data - Screen-specific data.
   * @property {string} data.phoneNumber - The phone number (often masked for security) associated with this MFA challenge during password reset.
   */
  data: {
    /** The phone number (often masked) associated with this MFA challenge. */
    phoneNumber: string;
  } | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
phoneNumber

Type Declaration

{ phoneNumber: string; }

phoneNumber

The phone number (often masked) associated with this MFA challenge.null
isCaptchaAvailable
boolean
name
string
texts
Record