Documentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
Interface describing the data available on the Mfa Recovery Code Enrollment screen.
export interface ScreenMembersOnMfaRecoveryCodeEnrollment extends ScreenMembers {
data: {
/**
* The recovery code to display to the user.
*/
textCode: string;
} | null;
}
Properties
Type Declaration
{ textCode: string; }textCode
The recovery code to display to the user.null