MCPcopy 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
62class DjangoJsonRequest(JsonRequest):

Callers

nothing calls this directly

Calls 1

json_loadsFunction · 0.90

Tested by

no test coverage detected