JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
io.quarkiverse.langchain4j.mcp.auth
McpClientAuthProvider
Input
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
method()
uri()
headers()
Interface McpClientAuthProvider.Input
Enclosing interface:
McpClientAuthProvider
public static interface
McpClientAuthProvider.Input
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
List
<
Object
>>
headers
()
String
method
()
URI
uri
()
Method Details
method
String
method
()
uri
URI
uri
()
headers
Map
<
String
,
List
<
Object
>>
headers
()