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

Method data

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

Source from the content-addressed store, hash-verified

192
193 @property
194 def data(self):
195 deprecate(
196 "'request.data' is deprecated in favor of 'request.payload.data'",
197 version="1.8",
198 )
199 return self.payload.data

Callers

nothing calls this directly

Calls 1

deprecateFunction · 0.90

Tested by

no test coverage detected