Authentication
This web service authenticates the user and generates a token to be used on the following requests
The following operations are supported. For a formal definition, please review the Service Description.
-
GetUserLoginURL
Validates the user credentials and generates a LOGIN URL.To GPS Application please send AppID = 2 -
ValidateUser
Validates the user credentials and generates a token.To GPS Application please send AppID = 2 and IPAddress is not required. -
ValidateUserJSON
Validates the user credentials and generates a token.To GPS Application please send AppID = 2 and IPAddress is not required. -
ValidateUserToken
Validates if the token is valid. Returns false if token is invalid or expired. -
ValidateUserTokenJSON
Validates if the token is valid. Returns false if token is invalid or expired. Returns JSON Format -
WhatsNew
Returns the latest news for an Application.