ClientId

open class ClientId : ClientIdProtocol, @unchecked Sendable

A unique identifier for an MLS client.

Each app instance a user is running, such as desktop or mobile, is a separate client with its own client id. A single user may therefore have multiple clients. More information: https://messaginglayersecurity.rocks/mls-architecture/draft-ietf-mls-architecture.html#name-group-members-and-clients

  • Instantiate a client id from a byte array.

    Declaration

    Swift

    public convenience init(bytes: Data)
  • Copy the id into a new byte array.

    Declaration

    Swift

    open func copyBytes() -> Data