| Constructor and Description |
|---|
ReadAccountResultCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
callback(ReadAccountResultHandle readAccountResultHandle,
Integer msalRuntimeFuturesKey)
This method will be passed to MSALRuntime as a parameter of the ReadAccount APIs
|
public void callback(ReadAccountResultHandle readAccountResultHandle, 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 ReadAccountResult
Copyright © 2023. All rights reserved.