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

    Function getUserToken

    • Can be used to retrieve the userToken passed to setUserToken(). Will be undefined if the token has not been set yet.

      const userToken = authService.getUserToken()
      if (userToken) {
      // Use token here...
      }

      Returns string | null | undefined