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 TypeMethodDescriptionvoidapplyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) voidsetBearerToken(String bearerToken) voidsetBearerToken(Supplier<String> tokenSupplier)
-
Constructor Details
-
HttpBearerAuth
-
-
Method Details
-
getBearerToken
-
setBearerToken
-
setBearerToken
-
applyToParams
-