| Modifier and Type | Method and Description |
|---|---|
AuthParameters |
AuthParameters.AuthParametersBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
MsalRuntimeFuture |
MsalRuntimeInterop.acquireTokenInteractively(long windowHandle,
AuthParameters authParameters,
String correlationId,
Account account)
Calls MSALRuntime's AcquireTokenInteractively API to retrieve tokens for a given account, by
showing a UI to the user
|
MsalRuntimeFuture |
MsalRuntimeInterop.acquireTokenSilently(AuthParameters authParameters,
String correlationId,
Account account)
Calls MSALRuntime's AcquireTokenSilently API to retrieve tokens for a given account, without
showing a UI to the user
|
MsalRuntimeFuture |
MsalRuntimeInterop.signIn(long windowHandle,
AuthParameters authParameters,
String correlationId,
String loginHint)
Calls MSALRuntime's SignIn API, which will attempt a silent sign in and fall back to
interactive if needed
|
MsalRuntimeFuture |
MsalRuntimeInterop.signInInteractively(long windowHandle,
AuthParameters authParameters,
String correlationId,
String loginHint)
Calls MSALRuntime's SignInInteractively API to attempt a sign in by showing a UI to the user
|
MsalRuntimeFuture |
MsalRuntimeInterop.signInSilently(AuthParameters authParameters,
String correlationId)
Calls MSALRuntime's SignInSilently API to attempt a sign in without showing a UI to the user
|
Copyright © 2023. All rights reserved.