Uses of Enum
io.weaviate.client.v1.auth.nimbus.AuthType
Packages that use AuthType
-
Uses of AuthType in io.weaviate.client.v1.auth.nimbus
Methods in io.weaviate.client.v1.auth.nimbus that return AuthTypeModifier and TypeMethodDescriptionstatic AuthTypeReturns 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 AuthTypeModifier and TypeMethodDescriptionNimbusAuth.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)