public static interface Auth.RenewAuthResult
| Modifier and Type | Method and Description |
|---|---|
void |
onCompletion(boolean success,
Auth.TokenDetails tokenDetails,
ErrorInfo errorInfo)
Signals completion of
Auth.renewAuth(RenewAuthResult) |
void onCompletion(boolean success,
Auth.TokenDetails tokenDetails,
ErrorInfo errorInfo)
Auth.renewAuth(RenewAuthResult)success - if token renewal was successful. Please note that success for this operation means that
other operations relating to this also succeeded.tokenDetails - New token details. Please note that this value can exist regardless of value of
success state.errorInfo - Error details if operation is completed with error.