@wireapp/core-crypto
    Preparing search index...

    Interface ClientIdInterface

    A Client identifier

    A unique identifier for clients. A client is an identifier for each App a user is using, such as desktop, mobile, etc. Users can have multiple clients. More information here

    interface ClientIdInterface {
        copyBytes(): ArrayBuffer;
    }

    Implemented by

    Index

    Methods

    Methods

    • Copy the id into a new byte array.

      Returns ArrayBuffer