| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setClientAuthentication(com.google.api.client.http.HttpExecuteInterceptor clientAuthentication) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setGrantType(String grantType) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setRefreshToken(String refreshToken) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setRequestInitializer(com.google.api.client.http.HttpRequestInitializer requestInitializer) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setScopes(Iterable<String> scopes) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setScopes(String... scopes) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setTokenServerUrl(com.google.api.client.http.GenericUrl tokenServerUrl) |
Copyright © 2010-2013 Google. All Rights Reserved.