Wire Identity
data class WireIdentity(val clientId: String, val status: DeviceStatus, val thumbprint: String, val credentialType: CredentialType, val x509Identity: X509Identity?)
Represents a client using Wire's end-to-end identity solution
Constructors
Link copied to clipboard
constructor(clientId: String, status: DeviceStatus, thumbprint: String, credentialType: CredentialType, x509Identity: X509Identity?)
Properties
Link copied to clipboard
Indicates whether the credential is Basic or X509
Link copied to clipboard
Status of the Credential at the moment T when this object is created
Link copied to clipboard
MLS thumbprint
Link copied to clipboard
In case credentialType is CredentialType.X509 this is populated