Skip to main content
Interface for the screen data specific to the mfa-otp-enrollment-code screen.
Example
export interface ScreenMembersOnMfaOtpEnrollmentCode extends ScreenMembers {
  data: {
    /**
     * The text code to display to the user.
     */
    text_code: string;
  } | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
text_code

Type Declaration

{ text_code: string; }

text_code

The text code to display to the user.null
isCaptchaAvailable
boolean
name
string
texts
Record