File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +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
+ * [ Oauth authentication ] ( #oauth-authentication )
17
17
* [ Managing disconnections] ( #Managing-disconnections )
18
18
19
19
@@ -145,9 +145,9 @@ The client supports TLS/SSL connections.
145
145
146
146
You can check the [ ` ssl example ` ] ( ./examples/tls/tls_example.py ) to see how to establish a secured connection
147
147
148
- ### Oauth connections
148
+ ### Oauth authentication
149
149
150
- The client supports oauth2 connections .
150
+ The client supports oauth2 authentication .
151
151
152
152
You can check the [ ` oauth2 example ` ] ( ./examples/oauth/oaut.py ) to see how to establish and refresh a connection using an oauth2 token
153
153
You can’t perform that action at this time.
0 commit comments