Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/authlib/authlib
/ __call__
Method
__call__
authlib/oidc/core/grants/code.py:99–100 ·
view source on GitHub ↗
(self, grant)
Source
from the content-addressed store, hash-verified
97
return
token
98
99
def
__call__(self, grant):
100
grant.register_hook(
"after_create_token_response"
, self.process_token)
101
102
103
class
OpenIDCode(OpenIDToken):
Callers
nothing calls this directly
Calls
1
register_hook
Method · 0.45
Tested by
no test coverage detected