MCPcopy Create free account
hub / github.com/authlib/authlib / get_body

Method get_body

authlib/oauth2/base.py:50–55  ·  view source on GitHub ↗

Get a list of body.

(self)

Source from the content-addressed store, hash-verified

48 self.redirect_fragment = redirect_fragment
49
50 def get_body(self):
51 """Get a list of body."""
52 error = super().get_body()
53 if self.state:
54 error.append(("state", self.state))
55 return error
56
57 def __call__(self, uri=None):
58 if self.redirect_uri:

Callers 5

__call__Method · 0.95
handle_error_responseMethod · 0.45
authorizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected