Class UserPromptTokenProvider
- java.lang.Object
-
- com.microsoft.azure.kusto.data.auth.TokenProviderBase
-
- com.microsoft.azure.kusto.data.auth.CloudDependentTokenProviderBase
-
- com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
-
- com.microsoft.azure.kusto.data.auth.PublicAppTokenProviderBase
-
- com.microsoft.azure.kusto.data.auth.UserPromptTokenProvider
-
public class UserPromptTokenProvider extends PublicAppTokenProviderBase
-
-
Field Summary
-
Fields inherited from class com.microsoft.azure.kusto.data.auth.PublicAppTokenProviderBase
clientAppId, clientApplication
-
Fields inherited from class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
aadAuthorityUrl, ERROR_ACQUIRING_APPLICATION_ACCESS_TOKEN, ERROR_INVALID_AUTHORITY_URL, ORGANIZATION_URI_SUFFIX, TIMEOUT_MS
-
Fields inherited from class com.microsoft.azure.kusto.data.auth.CloudDependentTokenProviderBase
scopes
-
Fields inherited from class com.microsoft.azure.kusto.data.auth.TokenProviderBase
clusterUrl, httpClient, logger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.microsoft.aad.msal4j.IAuthenticationResultacquireNewAccessToken()-
Methods inherited from class com.microsoft.azure.kusto.data.auth.PublicAppTokenProviderBase
acquireAccessTokenSilentlyMsal, initializeWithCloudInfo
-
Methods inherited from class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
acquireAccessTokenImpl, acquireAccessTokenSilently
-
Methods inherited from class com.microsoft.azure.kusto.data.auth.CloudDependentTokenProviderBase
acquireAccessToken
-
-
-
-
Method Detail
-
acquireNewAccessToken
protected com.microsoft.aad.msal4j.IAuthenticationResult acquireNewAccessToken() throws DataServiceException, DataClientException- Specified by:
acquireNewAccessTokenin classMsalTokenProviderBase- Throws:
DataServiceExceptionDataClientException
-
-