|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of AuthenticationResult in com.microsoft.aad.adal |
|---|
| Methods in com.microsoft.aad.adal that return AuthenticationResult | |
|---|---|
AuthenticationResult |
AuthenticationContext.acquireTokenSilentSync(String resource,
String clientId,
String userId)
This is sync function. |
| Methods in com.microsoft.aad.adal that return types with arguments of type AuthenticationResult | |
|---|---|
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. |
| Methods in com.microsoft.aad.adal with parameters of type AuthenticationResult | |
|---|---|
protected boolean |
AuthenticationContext.isRefreshable(AuthenticationResult cachedItem)
|
| Method parameters in com.microsoft.aad.adal with type arguments of type AuthenticationResult | |
|---|---|
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||