MLSClientIdentity

data class MLSClientIdentity(    val clientId: <Error class: unknown class>,     val e2eiStatus: MLSClientE2EIStatus,     val thumbprint: String,     val credentialType: MLSCredentialsType,     val x509Identity: X509Identity?)

Constructors

Link copied to clipboard
constructor(    clientId: <Error class: unknown class>,     e2eiStatus: MLSClientE2EIStatus,     thumbprint: String,     credentialType: MLSCredentialsType,     x509Identity: X509Identity?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val thumbprint: String
Link copied to clipboard