Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
56 stars 48 forks source link

Outdated doctring for SendClient #266

Closed vishnureddy17 closed 2 years ago

vishnureddy17 commented 2 years ago

It seems like the docstring for SendClient is outdated, as I'm able to use uamqp.authentication.JWTTokenAuth, which is not included in this list:

    :param auth: Authentication for the connection. This should be one of the subclasses of
     uamqp.authentication.AMQPAuth. Currently this includes:
        - uamqp.authentication.SASLAnonymous
        - uamqp.authentication.SASLPlain
        - uamqp.authentication.SASTokenAuth
yunhaoling commented 2 years ago

hey @vishnureddy17 , thanks for the feedback. I'll update the docstring!

yunhaoling commented 2 years ago

hey @vishnureddy17 , we have updated the docstring for SendClient (as well as other clients that takes JWTTokenAuth now), thanks for your feedback.