Uses of Class
com.mulesoft.modules.agent.broker.internal.tool.a2a.AuthRequiredResponse
Packages that use AuthRequiredResponse
-
Uses of AuthRequiredResponse in com.mulesoft.modules.agent.broker.internal.tool.a2a
Methods in com.mulesoft.modules.agent.broker.internal.tool.a2a that return AuthRequiredResponseModifier and TypeMethodDescriptionA2AToolResponse.getAuthRequiredResponse()static AuthRequiredResponseInTaskAuthenticator.parseAuthRequiredResponse(io.a2a.spec.Task task) Extracts authentication cards from the Task's message parts.Methods in com.mulesoft.modules.agent.broker.internal.tool.a2a with parameters of type AuthRequiredResponseModifier and TypeMethodDescriptionA2AService.authRequiredJsonResult(Conversation conversation, TaskContext taskContext, AuthRequiredResponse authRequiredResponse) Builds an auth-required JSON response following A2A spec.Constructors in com.mulesoft.modules.agent.broker.internal.tool.a2a with parameters of type AuthRequiredResponseModifierConstructorDescriptionA2AToolResponse(String result, ToolSelection selection, String taskId, String contextId, io.a2a.spec.TaskState state, List<io.a2a.spec.Part<?>> messageParts, List<io.a2a.spec.Artifact> artifacts, AuthRequiredResponse authRequiredResponse)