Uses of Class
com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest

Packages that use GoogleRefreshTokenRequest
com.google.api.client.googleapis.auth.oauth2 Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google APIs
 

Uses of GoogleRefreshTokenRequest in com.google.api.client.googleapis.auth.oauth2
 

Methods in com.google.api.client.googleapis.auth.oauth2 that return GoogleRefreshTokenRequest
 GoogleRefreshTokenRequest GoogleRefreshTokenRequest.setClientAuthentication(HttpExecuteInterceptor clientAuthentication)
           
 GoogleRefreshTokenRequest GoogleRefreshTokenRequest.setGrantType(String grantType)
           
 GoogleRefreshTokenRequest GoogleRefreshTokenRequest.setRefreshToken(String refreshToken)
           
 GoogleRefreshTokenRequest GoogleRefreshTokenRequest.setRequestInitializer(HttpRequestInitializer requestInitializer)
           
 GoogleRefreshTokenRequest GoogleRefreshTokenRequest.setScopes(Iterable<String> scopes)
           
 GoogleRefreshTokenRequest GoogleRefreshTokenRequest.setScopes(String... scopes)
           
 GoogleRefreshTokenRequest GoogleRefreshTokenRequest.setTokenServerUrl(GenericUrl tokenServerUrl)
           
 



Copyright © 2010-2012 Google. All Rights Reserved.