Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
class
OAuth(BaseOAuth):
10
oauth1_client_cls = DjangoOAuth1App
11
oauth2_client_cls = DjangoOAuth2App
12
framework_integration_cls = DjangoIntegration
13
14
15
__all__ = [
Callers
15
test_register_remote_app
Function · 0.90
test_register_with_overwrite
Function · 0.90
test_register_from_settings
Function · 0.90
test_oauth1_authorize
Function · 0.90
test_oauth2_authorize
Function · 0.90
test_oauth2_authorize_access_denied
Function · 0.90
test_oauth2_authorize_code_challenge
Function · 0.90
test_oauth2_authorize_code_verifier
Function · 0.90
test_openid_authorize
Function · 0.90
test_oauth2_access_token_with_post
Function · 0.90
test_with_fetch_token_in_oauth
Function · 0.90
test_with_fetch_token_in_register
Function · 0.90
Calls
no outgoing calls
Tested by
15
test_register_remote_app
Function · 0.72
test_register_with_overwrite
Function · 0.72
test_register_from_settings
Function · 0.72
test_oauth1_authorize
Function · 0.72
test_oauth2_authorize
Function · 0.72
test_oauth2_authorize_access_denied
Function · 0.72
test_oauth2_authorize_code_challenge
Function · 0.72
test_oauth2_authorize_code_verifier
Function · 0.72
test_openid_authorize
Function · 0.72
test_oauth2_access_token_with_post
Function · 0.72
test_with_fetch_token_in_oauth
Function · 0.72
test_with_fetch_token_in_register
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…