Auth0 Universal Components
    Preparing search index...

    Interface ShowRecoveryCodeProps

    interface ShowRecoveryCodeProps {
        customMessages?: Partial<MFAMessages>;
        isConfirming: boolean;
        isEnrolling: boolean;
        onClose: () => void;
        onConfirmRecoveryCode: () => Promise<void>;
        readOnly?: boolean;
        recoveryCode: string;
        schema?: object;
        styling?: ComponentStyling<UserMFAMgmtClasses>;
    }

    Hierarchy

    Index

    Properties

    customMessages?: Partial<MFAMessages>
    isConfirming: boolean
    isEnrolling: boolean
    onClose: () => void
    onConfirmRecoveryCode: () => Promise<void>
    readOnly?: boolean
    recoveryCode: string
    schema?: object
    styling?: ComponentStyling<UserMFAMgmtClasses>