Uses of Class
net.snowflake.ingest.connection.OAuthClient
-
Packages that use OAuthClient Package Description net.snowflake.ingest.connection -
-
Uses of OAuthClient in net.snowflake.ingest.connection
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.
-