Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/authlib/authlib
/ data
Method
data
authlib/integrations/django_oauth2/requests.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
57
@cached_property
58
def
data(self):
59
return
json_loads(self._request.body)
60
61
62
class
DjangoJsonRequest(JsonRequest):
Callers
nothing calls this directly
Calls
1
json_loads
Function · 0.90
Tested by
no test coverage detected