getCustomExpirationToken(username:string, password:string, expiration:integer):string
getToken(username:string, password:string):string
getVersion:string
validateToken(token:string):integer
getToken |
Returns an authentication token with an expiration of 60 minutes. |
|||||||||
|
Endpoint URL |
https://www.arcwebservices.com/services/v2006/Authentication |
|||||||||
|
Input |
|
|||||||||
|
Output |
encrypted token string containing username, password, timeout period, and requester's IP |
|||||||||
|
Code examples |
|
getVersion |
Returns the version number of Authentication Web Service. |
||||
|
Endpoint URL |
https://www.arcwebservices.com/services/v2006/Authentication |
||||
|
Output |
string |
||||
|
Code examples |
|
validateToken |
Validates an authentication token by returning the number of minutes left. |
||||||
|
Endpoint URL |
https://www.arcwebservices.com/services/v2006/Authentication |
||||||
|
Input |
|
||||||
|
Output |
An integer containing the minutes left to expiration (>0). |
||||||
|
Code examples |
|
Visit the Feedback page to give comments or suggestions about the ArcWeb Developer's Guide.