Synopsis
Parameters
| Parameter |
Type |
Description |
| username |
string |
Login of the user to authenticate as. |
| password |
string |
Password of the user. |
Returns
string: An authentication token that can be used as credentials for other method calls.
Faults
| Fault Type |
Fault Reason |
| AuthenticationException |
If the user does not exist or the password does not match. |
Description
Authenticates as the given user and returns a token that can be used as credentials for other method calls. The returned token is valid for 30 minutes or until explicitly invalidated by a call to RemoteApi.logout.
See Also