MCPcopy
hub / github.com/authlib/authlib / OAuth

Class OAuth

authlib/integrations/django_client/__init__.py:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class OAuth(BaseOAuth):
10 oauth1_client_cls = DjangoOAuth1App
11 oauth2_client_cls = DjangoOAuth2App
12 framework_integration_cls = DjangoIntegration
13
14
15__all__ = [

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…