Class HttpBearerAuth
java.lang.Object
com.lancedb.lance.namespace.client.apache.auth.HttpBearerAuth
- All Implemented Interfaces:
Authentication
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class HttpBearerAuth
extends Object
implements Authentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) void
setBearerToken
(String bearerToken) void
setBearerToken
(Supplier<String> tokenSupplier)
-
Constructor Details
-
HttpBearerAuth
-
-
Method Details
-
getBearerToken
-
setBearerToken
-
setBearerToken
-
applyToParams
-