Class Auth
- java.lang.Object
-
- io.github.ollama4j.models.request.Auth
-
- Direct Known Subclasses:
BasicAuth
,BearerAuth
public abstract class Auth extends Object
-
-
Constructor Summary
Constructors Constructor Description Auth()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getAuthHeaderValue()
Get authentication header value.
-
-
-
Method Detail
-
getAuthHeaderValue
public abstract String getAuthHeaderValue()
Get authentication header value.- Returns:
- authentication header value
-
-