Authentication Tokens
Authentication tokens are used to keep track of a logged on user to the Yodio system.
Services use the API call:
yodio.token.get to receive a vlid token.
A valid Yodio username and password are required for this call.
The returned token will be a string containing information the Yodio system uses to identify the authenticated user, and will be good for 15 minutes.
This token must be passed to any API call that requires authentication, using the "Token" parameter.