File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ This library is in early stages of development. It is meant to be used with Rabb
1313 * [ Consuming messages] ( #Consuming-messages )
1414 * [ Support for streams] ( #support-for-streams )
1515 * [ SSL connection] ( #ssl-connections )
16+ * [ Oauth connection] ( #oauth-connections )
1617 * [ Managing disconnections] ( #Managing-disconnections )
1718
1819
@@ -144,6 +145,11 @@ The client supports TLS/SSL connections.
144145
145146You can check the [ ` ssl example ` ] ( ./examples/tls/tls_example.py ) to see how to establish a secured connection
146147
148+ ### Oauth connections
149+
150+ The client supports oauth2 connections.
151+
152+ You can check the [ ` oauth2 example ` ] ( ./examples/oauth/oaut.py ) to see how to establish and refresh a connection using an oauth2 token
147153
148154### Managing disconnections
149155
You can’t perform that action at this time.
0 commit comments