Uses of Class
com.codedstream.otterstream.inference.config.AuthConfig.Builder
-
Packages that use AuthConfig.Builder Package Description com.codedstream.otterstream.inference.config -
-
Uses of AuthConfig.Builder in com.codedstream.otterstream.inference.config
Methods in com.codedstream.otterstream.inference.config that return AuthConfig.Builder Modifier and Type Method Description AuthConfig.BuilderAuthConfig.Builder. apiKey(String apiKey)Sets the API key.static AuthConfig.BuilderAuthConfig. builder()Creates a new builder for AuthConfig.AuthConfig.BuilderAuthConfig.Builder. headers(Map<String,String> headers)Sets custom authentication headers.AuthConfig.BuilderAuthConfig.Builder. token(String token)Sets the bearer token.
-