JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkiverse.langchain4j.runtime.auth
Interface ModelAuthProvider.Input
Enclosing interface:
ModelAuthProvider
public static interface
ModelAuthProvider.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
()