Package net.snowflake.client.core
Class SFOauthLoginInput
- java.lang.Object
-
- net.snowflake.client.core.SFOauthLoginInput
-
@SnowflakeJdbcInternalApi public class SFOauthLoginInput extends Object
-
-
Constructor Summary
Constructors Constructor Description SFOauthLoginInput(String clientId, String clientSecret, String redirectUri, String authorizationUrl, String tokenRequestUrl, String scope)
SFOauthLoginInput(String clientId, String clientSecret, String redirectUri, String authorizationUrl, String tokenRequestUrl, String scope, boolean enableSingleUseRefreshTokens)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorizationUrl()
String
getClientId()
String
getClientSecret()
boolean
getEnableSingleUseRefreshTokens()
String
getRedirectUri()
String
getScope()
String
getTokenRequestUrl()
void
setLocalApplicationClientCredential()
-
-
-
Method Detail
-
getRedirectUri
public String getRedirectUri()
-
getClientId
public String getClientId()
-
getClientSecret
public String getClientSecret()
-
getAuthorizationUrl
public String getAuthorizationUrl()
-
getTokenRequestUrl
public String getTokenRequestUrl()
-
getScope
public String getScope()
-
getEnableSingleUseRefreshTokens
public boolean getEnableSingleUseRefreshTokens()
-
setLocalApplicationClientCredential
public void setLocalApplicationClientCredential()
-
-