feat(core): add OAuth2 Authorization Code auth provider for A2A agents (#21496)

Co-authored-by: Adam Weidman <adamfweidman@google.com>
This commit is contained in:
Sandy Tao
2026-03-10 08:24:44 -07:00
committed by GitHub
parent e91f86c248
commit b158c96465
16 changed files with 1359 additions and 17 deletions
@@ -195,6 +195,7 @@ describe('RemoteAgentInvocation', () => {
expect(A2AAuthProviderFactory.create).toHaveBeenCalledWith({
authConfig: mockAuth,
agentName: 'test-agent',
agentCardUrl: 'http://test-agent/card',
});
expect(mockClientManager.loadAgent).toHaveBeenCalledWith(
'test-agent',