Skip to main content
ScreenMembersOnMfaPhoneChallenge
Example
export interface ScreenMembersOnMfaPhoneChallenge extends ScreenMembers {
  /**
   * @property {object | null} data - Screen-specific data.
   * @property {string} data.phone_number - The phone number (often masked) associated with this MFA challenge.
   */
  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