Wire Identity
data class WireIdentity(var clientId: String, var status: DeviceStatus, var thumbprint: String, var credentialType: CredentialType, var x509Identity: X509Identity?)(source)
Represents the identity claims identifying a client Those claims are verifiable by any member in the group
Constructors
Link copied to clipboard
constructor(clientId: String, status: DeviceStatus, thumbprint: String, credentialType: CredentialType, x509Identity: X509Identity?)