LoginWithRsaRequest Data Type

Login Request containing the user credentials

Properties
name data type constraints description
username string   Get the user name
salt string   the salt
expirationTimestamp number required int the expirationTimestamp
rsaSignature string   the rsaSignature

Example

{
  "username" : "...",
  "salt" : "...",
  "expirationTimestamp" : 12345,
  "rsaSignature" : "..."
}