Skip to main content
Interface for the screen data specific to mfa-push-enrollment-qr screen
Example
export interface ScreenMembersOnMfaPushEnrollmentQr extends ScreenMembers {
  data: {
    qrCode: string;
    qrUri: string;
    showCodeCopy: boolean;
  } | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
qrCode
isCaptchaAvailable
boolean
name
string
texts
Record