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 the auth message text from the Task's message parts.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)