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 ()
 

Detailed Description

Definition at line 11 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 20 of file BasicAuth.java.


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