Skip to main content
Interface describing the data available on the Mfa Recovery Code Enrollment screen.
Example
export interface ScreenMembersOnMfaRecoveryCodeEnrollment extends ScreenMembers {
  data: {
    /**
     * The recovery code to display to the user.
     */
    textCode: string;
  } | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
textCode

Type Declaration

{ textCode: string; }

textCode

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