|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PromptBehavior in com.microsoft.aad.adal |
|---|
| Methods in com.microsoft.aad.adal that return PromptBehavior | |
|---|---|
static PromptBehavior |
PromptBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PromptBehavior[] |
PromptBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.microsoft.aad.adal with parameters of type PromptBehavior | |
|---|---|
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,
PromptBehavior prompt,
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||