Package net.snowflake.ingest.connection
Class SnowflakeOAuthClient
- java.lang.Object
-
- net.snowflake.ingest.connection.SnowflakeOAuthClient
-
- All Implemented Interfaces:
OAuthClient
public class SnowflakeOAuthClient extends Object implements OAuthClient
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomicReference<OAuthCredential>
getoAuthCredentialRef()
Get access tokenvoid
refreshToken()
Refresh access token using a valid refresh token
-
-
-
Method Detail
-
getoAuthCredentialRef
public AtomicReference<OAuthCredential> getoAuthCredentialRef()
Get access token- Specified by:
getoAuthCredentialRef
in interfaceOAuthClient
-
refreshToken
public void refreshToken()
Refresh access token using a valid refresh token- Specified by:
refreshToken
in interfaceOAuthClient
-
-