Uses of Class
com.google.api.client.auth.oauth2.RefreshTokenRequest

Packages that use RefreshTokenRequest
com.google.api.client.auth.oauth2 OAuth 2.0 authorization as specified in the OAuth 2.0 Protocol
 

Uses of RefreshTokenRequest in com.google.api.client.auth.oauth2
 

Methods in com.google.api.client.auth.oauth2 that return RefreshTokenRequest
 RefreshTokenRequest RefreshTokenRequest.setClientAuthentication(HttpExecuteInterceptor clientAuthentication)
           
 RefreshTokenRequest RefreshTokenRequest.setGrantType(String grantType)
           
 RefreshTokenRequest RefreshTokenRequest.setRefreshToken(String refreshToken)
          Sets the refresh token issued to the client.
 RefreshTokenRequest RefreshTokenRequest.setRequestInitializer(HttpRequestInitializer requestInitializer)
           
 RefreshTokenRequest RefreshTokenRequest.setScopes(Iterable<String> scopes)
           
 RefreshTokenRequest RefreshTokenRequest.setScopes(String... scopes)
           
 RefreshTokenRequest RefreshTokenRequest.setTokenServerUrl(GenericUrl tokenServerUrl)
           
 



Copyright © 2011-2012 Google. All Rights Reserved.