| Constructor and Description |
|---|
SignOutResultCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
callback(SignOutResultHandle signOutResultHandle,
Integer msalRuntimeFuturesKey)
This method will be passed to MSALRuntime as a parameter of the SignOut APIs
|
public void callback(SignOutResultHandle signOutResultHandle, Integer msalRuntimeFuturesKey)
MSALRuntime will call this method to signal that a result is ready to be parsed, and once parsed we can complete the future that is waiting for this SignOutResult
Copyright © 2023. All rights reserved.