Security API

How to send Auth-Token

The Authentication Token can be stored in several ways for convenience.

In order of precedence:

 http header  http request with the token set in the header "auth-token"
 http parameter  http request with the token as a parameter such as a query parameter in a GET
 cookie  cookie named "matchSession". See Match Session Cookie for details

Feedback