apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 39 forks source link

Add docs and tests for AuthenticationOauth2 #120

Closed BewareMyPower closed 1 year ago

BewareMyPower commented 1 year ago

Modifications

Add tests to verify the changes of https://github.com/apache/pulsar-client-cpp/pull/249 work for the Python client.

Add docs to describe valid JSON fields used to create an AuthenticationOauth2 instance.