public class AsyncResult<T>
extends java.lang.Object
| Constructor and Description |
|---|
AsyncResult(T result,
MsalException exception) |
| Modifier and Type | Method and Description |
|---|---|
MsalException |
getException() |
T |
getResult() |
boolean |
getSuccess() |
public AsyncResult(T result, MsalException exception)
public T getResult()
public MsalException getException()
public boolean getSuccess()