MCPcopy Index your code
hub / github.com/authlib/authlib / response_type

Method response_type

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

Source from the content-addressed store, hash-verified

128
129 @property
130 def response_type(self) -> str:
131 deprecate(
132 "'request.response_type' is deprecated in favor of 'request.payload.response_type'",
133 version="1.8",
134 )
135 return self.payload.response_type
136
137 @property
138 def grant_type(self) -> str:

Callers

nothing calls this directly

Calls 1

deprecateFunction · 0.90

Tested by

no test coverage detected