Uses of Class
net.snowflake.client.core.auth.AuthenticatorType
-
Packages that use AuthenticatorType Package Description net.snowflake.client.core.auth -
-
Uses of AuthenticatorType in net.snowflake.client.core.auth
Methods in net.snowflake.client.core.auth that return AuthenticatorType Modifier and Type Method Description static AuthenticatorTypeAuthenticatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticatorType[]AuthenticatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-