We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59307d4 commit fbec565Copy full SHA for fbec565
src/google/adk/auth/auth_handler.py
@@ -52,7 +52,6 @@ async def exchange_auth_token(
52
res = await exchanger.exchange(credential, self.auth_config.auth_scheme)
53
return res.credential
54
55
-
56
async def parse_and_store_auth_response(self, state: State) -> None:
57
58
credential_key = "temp:" + self.auth_config.credential_key
0 commit comments