CLASS
# Identity
Representing a user’s identity in the system.
# Properties
# uuid
Identifier of the identity. It is used to be referenced in the storage.
# mpinId
Actual representation of the identity.
# token
The second factor of the authentication.
# dtas
Base64 encoded URL-s of DTA-s.
# pinLength
The number of the digits the identity PIN should be.
# publicKey
The public part of the signing key.
# hashedMpinId
Hex encoded SHA256 representation of the mpinId property.