Uses of Interface
net.snowflake.ingest.connection.OAuthClient
-
Packages that use OAuthClient Package Description net.snowflake.ingest.connection -
-
Uses of OAuthClient in net.snowflake.ingest.connection
Classes in net.snowflake.ingest.connection that implement OAuthClient Modifier and Type Class Description class
SnowflakeOAuthClient
Constructors in net.snowflake.ingest.connection with parameters of type OAuthClient Constructor Description OAuthManager(String accountName, String username, OAuthClient oAuthClient, double updateThresholdRatio)
Creates a OAuthManager entity for a given account, user and OAuthClient with a specified time to refresh the token.
-