@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Type Alias AuthProperties

    AUTH properties (MQTT 5.0).

    type AuthProperties = {
        authenticationData?: Uint8Array;
        authenticationMethod?: string;
        reasonString?: string;
        userProperties?: readonly UserProperty[];
    }
    Index

    Properties

    authenticationData?: Uint8Array

    Authentication data

    authenticationMethod?: string

    Authentication method

    reasonString?: string

    Reason string

    userProperties?: readonly UserProperty[]

    User properties