xk6-mqtt
    Preparing search index...

    Type Alias Credentials

    MQTT client credentials

    type Credentials = {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string

    The password required by your broker.

    username: string

    The username required by your broker.