Uses of Class
io.weaviate.client.v1.auth.exception.AuthException
Packages that use AuthException
-
Uses of AuthException in io.weaviate.client
Methods in io.weaviate.client that throw AuthExceptionModifier and TypeMethodDescriptionstatic WeaviateClientapiKey returns a new WeaviateClient with ApiKey token provider.static WeaviateClientWeaviateAuthClient.bearerToken(Config config, String accessToken, long accessTokenLifetime, String refreshToken) static WeaviateClientWeaviateAuthClient.clientCredentials(Config config, String clientSecret, List<String> scopes) static WeaviateClientWeaviateAuthClient.clientPassword(Config config, String username, String password, List<String> scopes) -
Uses of AuthException in io.weaviate.client.v1.auth
Methods in io.weaviate.client.v1.auth that throw AuthExceptionModifier and TypeMethodDescriptionApiKeyFlow.getAuthClient(Config config) ApiKeyFlow.getAuthClient(Config config, List<String> scopes) Authentication.getAuthClient(Config config) Authentication.getAuthClient(Config config, List<String> scopes) BearerTokenFlow.getAuthClient(Config config) BearerTokenFlow.getAuthClient(Config config, List<String> scopes) ClientCredentialsFlow.getAuthClient(Config config) ClientCredentialsFlow.getAuthClient(Config config, List<String> scopes) ResourceOwnerPasswordFlow.getAuthClient(Config config) ResourceOwnerPasswordFlow.getAuthClient(Config config, List<String> scopes) -
Uses of AuthException in io.weaviate.client.v1.auth.nimbus
Methods in io.weaviate.client.v1.auth.nimbus that throw AuthExceptionModifier and TypeMethodDescriptionNimbusAuth.getAccessTokenProvider(Config config, String clientSecret, String username, String password, List<String> clientScopes, AuthType authType) BaseAuth.getIdAndTokenEndpoint(Config config)