Class OAuth2Credentials.AsyncRefreshResult

java.lang.Object
com.google.auth.oauth2.OAuth2Credentials.AsyncRefreshResult
Enclosing class:
OAuth2Credentials

static class OAuth2Credentials.AsyncRefreshResult extends 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.