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

Public Member Functions

String getAuthHeaderValue ()
 

Detailed Description

Definition at line 10 of file BearerAuth.java.

Member Function Documentation

◆ getAuthHeaderValue()

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

Get authentication header value.

Returns
authentication header value with bearer token

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

Definition at line 18 of file BearerAuth.java.


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