Package com.google.auth.oauth2
Class OAuth2Credentials.RefreshTaskListener
java.lang.Object
com.google.auth.oauth2.OAuth2Credentials.RefreshTaskListener
- All Implemented Interfaces:
Runnable
- Enclosing class:
OAuth2Credentials
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.google.common.util.concurrent.ListenableFutureTask
<OAuth2Credentials.OAuthValue> -
Constructor Summary
ConstructorsConstructorDescriptionRefreshTaskListener
(com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> task) -
Method Summary
-
Field Details
-
task
-
-
Constructor Details
-
RefreshTaskListener
RefreshTaskListener(com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> task)
-
-
Method Details