Package io.weaviate.client.v1.auth
Interface Authentication
-
- All Known Implementing Classes:
BearerTokenFlow,ClientCredentialsFlow,ResourceOwnerPasswordFlow
public interface Authentication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeaviateClientgetAuthClient(Config config)WeaviateClientgetAuthClient(Config config, List<String> scopes)
-
-
-
Method Detail
-
getAuthClient
WeaviateClient getAuthClient(Config config, List<String> scopes) throws AuthException
- Throws:
AuthException
-
getAuthClient
WeaviateClient getAuthClient(Config config) throws AuthException
- Throws:
AuthException
-
-