Package com.miracl.trust.model
Types
Name | Summary |
---|---|
AuthenticationUser | Brief description Object representing the authentication user in the platform. Content data class AuthenticationUser(identity: Identity) |
Identity | Brief description Identity is a Miracl Trust data class to represent an identity. Content data class Identity(userId: String, pinLength: Int, isBlocked: Boolean, mpinId: ByteArray, token: ByteArray, dtas: String) |
SigningUser | Brief description Object representing the user in the platform. Content data class SigningUser(identity: Identity, publicKey: ByteArray) |