MatchPasswordRequest Data Type

Match password request

Properties
name data type description
password string Get the plain text password
hash string Get the password hash

Example

{
  "password" : "...",
  "hash" : "..."
}