Login Request containing the user credentials
| name | data type | description |
|---|---|---|
| username | string | Get the user name |
| salt | string | |
| expirationTimestamp | number | |
| rsaSignature | string |
Example
{
"username" : "...",
"salt" : "...",
"expirationTimestamp" : 12345,
"rsaSignature" : "..."
}