File tree 1 file changed +6
-0
lines changed
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
13
13
* [ Consuming messages] ( #Consuming-messages )
14
14
* [ Support for streams] ( #support-for-streams )
15
15
* [ SSL connection] ( #ssl-connections )
16
+ * [ Oauth connection] ( #oauth-connections )
16
17
* [ Managing disconnections] ( #Managing-disconnections )
17
18
18
19
@@ -144,6 +145,11 @@ The client supports TLS/SSL connections.
144
145
145
146
You can check the [ ` ssl example ` ] ( ./examples/tls/tls_example.py ) to see how to establish a secured connection
146
147
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
147
153
148
154
### Managing disconnections
149
155
You can’t perform that action at this time.
0 commit comments