Uses of Class
net.snowflake.client.core.SFLoginInput
-
Packages that use SFLoginInput Package Description net.snowflake.client.core net.snowflake.client.core.auth.oauth net.snowflake.client.core.auth.wif -
-
Uses of SFLoginInput in net.snowflake.client.core
Methods in net.snowflake.client.core with parameters of type SFLoginInput Modifier and Type Method Description static SessionUtilExternalBrowserSessionUtilExternalBrowser. createInstance(SFLoginInput loginInput)Constructors in net.snowflake.client.core with parameters of type SFLoginInput Constructor Description SessionUtilExternalBrowser(SFLoginInput loginInput, SessionUtilExternalBrowser.AuthExternalBrowserHandlers handlers) -
Uses of SFLoginInput in net.snowflake.client.core.auth.oauth
Methods in net.snowflake.client.core.auth.oauth with parameters of type SFLoginInput Modifier and Type Method Description AccessTokenProviderOAuthAccessTokenProviderFactory. createAccessTokenProvider(AuthenticatorType authenticatorType, SFLoginInput loginInput)TokenResponseDTOAccessTokenProvider. getAccessToken(SFLoginInput loginInput)TokenResponseDTOOAuthAccessTokenForRefreshTokenProvider. getAccessToken(SFLoginInput loginInput)TokenResponseDTOOAuthAuthorizationCodeAccessTokenProvider. getAccessToken(SFLoginInput loginInput)TokenResponseDTOOAuthClientCredentialsAccessTokenProvider. getAccessToken(SFLoginInput loginInput) -
Uses of SFLoginInput in net.snowflake.client.core.auth.wif
Constructors in net.snowflake.client.core.auth.wif with parameters of type SFLoginInput Constructor Description AzureIdentityAttestationCreator(AzureAttestationService azureAttestationService, SFLoginInput loginInput)AzureIdentityAttestationCreator(AzureAttestationService azureAttestationService, SFLoginInput loginInput, String azureMetadataServiceBaseUrl)Only for testing purposeGcpIdentityAttestationCreator(SFLoginInput loginInput)
-