Skip to main content
Interface décrivant les données disponibles à l’écran d’inscription au code de récupération MFA.
Example
export interface ScreenMembersOnMfaRecoveryCodeEnrollment extends ScreenMembers {
  data: {
    /**
     * Le code de récupération à afficher à l'utilisateur.
     */
    textCode: string;
  } | null;
}

Propriétés

captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
textCode

Déclaration de type

{ textCode: string; }

textCode

Le code de récupération à afficher à l’utilisateur.null
isCaptchaAvailable
boolean
name
string
texts
Record