MCPcopy
hub / github.com/authlib/authlib / data

Method data

authlib/oauth2/rfc6749/requests.py:106–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104
105 @property
106 def data(self):
107 deprecate(
108 "'request.data' is deprecated in favor of 'request.payload.data'",
109 version="1.8",
110 )
111 return self.payload.data
112
113 @property
114 def datalist(self) -> defaultdict[str, list]:

Callers

nothing calls this directly

Calls 1

deprecateFunction · 0.90

Tested by

no test coverage detected