loginWithRsaRequest element
| Type: | loginWithRsaRequest |
| Namespace: | http://www.gentics.com/rest |
| XML Schema: | ns0.xsd |
Login Request containing the user credentials
Example JSON
{
"username" : "...",
"salt" : "...",
"expirationTimestamp" : ...,
"rsaSignature" : "..."
}