You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user can be authenticated via email, Facebook, Twitter, or LinkedIn. Once the user is authenticated, client has to send Authorization header using one of the formats below.
Basic <base64 encoded username:password pair>
TH-Facebook <Facebook authentication token>
TH-Twitter <Twitter authentication token pair with format token:secret>
TH-LinkedIn <LinkedIn authentication token pair with format token:secret>