Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
io.github.ollama4j.models.request.BasicAuth Class Reference
Inheritance diagram for io.github.ollama4j.models.request.BasicAuth:
io.github.ollama4j.models.request.Auth

Public Member Functions

String getAuthHeaderValue ()
 
- Public Member Functions inherited from io.github.ollama4j.models.request.Auth

Detailed Description

Definition at line 19 of file BasicAuth.java.

Member Function Documentation

◆ getAuthHeaderValue()

String io.github.ollama4j.models.request.BasicAuth.getAuthHeaderValue ( )

Get basic authentication header value.

Returns
basic authentication header value (encoded credentials)

Reimplemented from io.github.ollama4j.models.request.Auth.

Definition at line 28 of file BasicAuth.java.


The documentation for this class was generated from the following file: