@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Class MfaEnrollResult

    MfaEnrollResult

    import MfaEnrollResult from '@auth0/auth0-acul-js/mfa-enroll-result';

    const mfaEnrollResultScreen = new MfaEnrollResult();

    // Access screen data
    const enrollmentStatus = mfaEnrollResultScreen.screen.data?.status;
    const pageTitle = mfaEnrollResultScreen.screen.texts?.title;

    console.log(`MFA Enrollment Status: ${enrollmentStatus}`);
    console.log(`Page Title: ${pageTitle}`);

    Hierarchy

    • BaseContext
      • MfaEnrollResult

    Implements

    Index

    Constructors

    • Creates an instance of MfaEnrollResult screen manager. It initializes the BaseContext and sets up the screen property with an instance of ScreenOverride tailored for this screen.

      Returns MfaEnrollResult

      If the Universal Login Context is not available or if the current screen name in the context does not match MfaEnrollResult.screenIdentifier.

    Properties

    screenIdentifier: string = ScreenIds.MFA_ENROLL_RESULT

    static