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

    Function getUserFriendlyName

    • A friendly string that represents the current user. Uses first name, last name, full name and username. This will return null the current user is not logged in.

      const name = authService.getUserFriendlyName()
      if (name) {
      // Display current user's name
      }

      Returns string | undefined