Skip to content

Passing credentials in MqttConfiguration #7

@sankranti2018

Description

@sankranti2018

Hello - Has anyone run into issues while connecting with MqttClient.CreateAsync(MqttURL, config)? config does not seem to have a way to pass on credentials. For example, if you were to use IBM BlueMix IOT as MQTT broker and set it to use TLS with token authorization then the CreateAsync call using Hermes library will not return a MqttClient. (?). In Hermes, credentials are passed subsequent to retriving the client using ConnectAsync(new MqttClientCredentials(clientId, username, password)). Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions