Class OAuth2Credentials.AsyncRefreshResult

  • Enclosing class:
    OAuth2Credentials

    static class OAuth2Credentials.AsyncRefreshResult
    extends java.lang.Object
    Result from OAuth2Credentials.getOrCreateRefreshTask().

    Contains the the refresh task and a flag indicating if the task is newly created. If the task is newly created, it is the caller's responsibility to execute it.