-
public interface Auth.RenewAuthResultAn interface providing completion callbackk for renewAuth
-
-
Method Summary
Modifier and Type Method Description abstract voidonCompletion(boolean success, Auth.TokenDetails tokenDetails, ErrorInfo errorInfo)Signals completion of renewAuth -
-
Method Detail
-
onCompletion
abstract void onCompletion(boolean success, Auth.TokenDetails tokenDetails, ErrorInfo errorInfo)
Signals completion of renewAuth
- Parameters:
success- if token renewal was successful.tokenDetails- New token details.errorInfo- Error details if operation is completed with error.
-
-
-
-