Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1010 Bytes

client.rst

File metadata and controls

28 lines (22 loc) · 1010 Bytes

Using Clients

OAuthLib supports all four core grant types defined in the OAuth 2 RFC and will continue to add more as they are defined. For more information on how to use them please browse the documentation for each client type below.

baseclient webapplicationclient mobileapplicationclient legacyapplicationclient backendapplicationclient

Existing libraries

If you are using the requests HTTP library you may be interested in using requests-oauthlib which provides an OAuth 2 Client. This client removes much of the boilerplate you might otherwise need to deal with when interacting with OAuthLib directly.

If you are interested in integrating OAuth 2 support into your favourite HTTP library you might find the requests-oauthlib implementation interesting.