@oneblink/apps-react
    Preparing search index...

    Function checkIsMfaEnabled

    • Check if MFA is enabled for this current user.

      const isMfaEnabled = await authService.checkIsMfaEnabled()
      if (isMfaEnabled) {
      // Allow disabling MFA
      } else {
      // Allow enabling MFA
      }

      Returns Promise<boolean>