CLASS
# User
Representing user in the MIRACL platform. This user is having authentication and signing identities.
# Properties
# userId
Identifier of the user (e.g email address)
# projectId
Identifier of the project in the MIRACL Trust platform.
# authenticationIdentityId
Identifier of the authentication identity.
# signingIdentityId
Identifier of the signing identity.
# revoked
# Methods
# getAuthenticationIdentity()
Retrieve last version of authentication Identity from the storage.
- Returns: last version of authentication Identity.
# getSigningIdentity()
Retrieve last version of signing Identity from the storage.
- Returns: last version of signing Identity.