eclipse-paho / paho.mqtt.python

paho.mqtt.python
Other
2.2k stars 721 forks source link

Connecting With Enhanced Authentication #862

Open patilsnr opened 1 month ago

patilsnr commented 1 month ago

Prerequisites

Note: You may remove this section prior to submitting your question.

A small team of volunteers monitors issues; this is the same team that develops the library. Whilst we are keen to help, there are often better places to ask questions, including:

Prior to asking a question here, please:

Question

I'm trying to figure out how to connect to a broker with a SAT Token. Essentially, looking for the Paho way to do this:

image

Currently, I'm setting a Properties object with the given parameters and passing it into connect():

image

However, we are still unable to connect. Are the Auth Method and Data properties being used correctly here?