String authenticate(String username, String password)String authenticate(String username, String password)| Name | Type | Description |
|---|---|---|
username | String | The username to be authenticated |
password | String | The password of the username |
| Type | Description |
|---|---|
String | An serialized version of the token if authentication succeeds else null |