Skip to main content
Interface for the screen data specific to mfa-otp-challenge screen
Example
export interface ScreenMembersOnMfaOtpChallenge extends ScreenMembers {
  data: {
    showRememberDevice?: boolean;
  } | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
showRememberDevice?
isCaptchaAvailable
boolean
name
string
texts
Record