Package 

Interface Auth.RenewAuthResult

    • Method Summary

      Modifier and Type Method Description
      abstract void onCompletion(boolean success, Auth.TokenDetails tokenDetails, ErrorInfo errorInfo) Signals completion of renewAuth
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.