Typical request sequence
A mobile client usually completes two steps:Authentication
Mobile clients connect to the server with basic authentication. When authentication succeeds, the server returns an authentication ticket in theAuthTicket header.
Pass that ticket in the Bearer header of later requests instead of the user name and password.
