Uses of Class
io.weaviate.client.v1.auth.nimbus.AuthType
-
Packages that use AuthType Package Description io.weaviate.client.v1.auth.nimbus -
-
Uses of AuthType in io.weaviate.client.v1.auth.nimbus
Methods in io.weaviate.client.v1.auth.nimbus that return AuthType Modifier and Type Method Description static AuthTypeAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthType[]AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.weaviate.client.v1.auth.nimbus with parameters of type AuthType Modifier and Type Method Description AccessTokenProviderNimbusAuth. getAccessTokenProvider(Config config, String clientSecret, String username, String password, List<String> clientScopes, AuthType authType)protected AccessTokenProviderNimbusAuth. getTokenProvider(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String accessToken, long accessTokenLifeTime, String refreshToken, String clientSecret, AuthType authType)
-