Open authenticed WordPress page from mobile app

Most often a Bearer token is sent in the request headers. Add the Authorization header with a value of Bearer ${authToken} (note the space between Bearer and ${authToken} variable). The plugin should verify the token automatically on each request.