Uses of Interface
com.microsoft.aad.adal.AuthenticationCallback

Uses of AuthenticationCallback in com.microsoft.aad.adal
 

Methods in com.microsoft.aad.adal with parameters of type AuthenticationCallback
 void AuthenticationContext.acquireToken(android.app.Activity activity, String resource, String clientId, String redirectUri, PromptBehavior prompt, AuthenticationCallback<AuthenticationResult> callback)
          acquire Token will start interactive flow if needed.
 void AuthenticationContext.acquireToken(android.app.Activity activity, String resource, String clientId, String redirectUri, PromptBehavior prompt, String extraQueryParameters, AuthenticationCallback<AuthenticationResult> callback)
          acquire Token will start interactive flow if needed.
 void AuthenticationContext.acquireToken(android.app.Activity activity, String resource, String clientId, String redirectUri, String loginHint, AuthenticationCallback<AuthenticationResult> callback)
          acquire Token will start interactive flow if needed.
 void AuthenticationContext.acquireToken(android.app.Activity activity, String resource, String clientId, String redirectUri, String loginHint, PromptBehavior prompt, String extraQueryParameters, AuthenticationCallback<AuthenticationResult> callback)
          acquire Token will start interactive flow if needed.
 void AuthenticationContext.acquireToken(android.app.Activity activity, String resource, String clientId, String redirectUri, String loginHint, String extraQueryParameters, AuthenticationCallback<AuthenticationResult> callback)
          acquire Token will start interactive flow if needed.
 void AuthenticationContext.acquireToken(IWindowComponent fragment, String resource, String clientId, String redirectUri, String loginHint, PromptBehavior prompt, String extraQueryParameters, AuthenticationCallback<AuthenticationResult> callback)
          It will start interactive flow if needed.
 void AuthenticationContext.acquireToken(String resource, String clientId, String redirectUri, String loginHint, PromptBehavior prompt, String extraQueryParameters, AuthenticationCallback<AuthenticationResult> callback)
          This uses new dialog based prompt.
 void AuthenticationContext.acquireTokenByRefreshToken(String refreshToken, String clientId, AuthenticationCallback<AuthenticationResult> callback)
          acquire token using refresh token if cache is not used.
 void AuthenticationContext.acquireTokenByRefreshToken(String refreshToken, String clientId, String resource, AuthenticationCallback<AuthenticationResult> callback)
          acquire token using refresh token if cache is not used.
 Future<AuthenticationResult> AuthenticationContext.acquireTokenSilent(String resource, String clientId, String userId, AuthenticationCallback<AuthenticationResult> callback)
          The function will first look at the cache and automatically checks for the token expiration.
 



Copyright © 2003–2015. All rights reserved.