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