JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
io.quarkiverse.langchain4j.auth
ModelAuthProvider
Input
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
method()
uri()
headers()
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
()