MCPcopy 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
103class OpenIDCode(OpenIDToken):

Callers

nothing calls this directly

Calls 1

register_hookMethod · 0.45

Tested by

no test coverage detected