Uses of Class
technology.semi.weaviate.client.v1.auth.nimbus.AuthType
-
Packages that use AuthType Package Description technology.semi.weaviate.client.v1.auth.nimbus -
-
Uses of AuthType in technology.semi.weaviate.client.v1.auth.nimbus
Methods in technology.semi.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 technology.semi.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)
-