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.set(String fieldName,
Object value) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setClientAuthentication(HttpExecuteInterceptor clientAuthentication) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setGrantType(String grantType) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setRefreshToken(String refreshToken) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setRequestInitializer(HttpRequestInitializer requestInitializer) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setScopes(Collection<String> scopes) |
GoogleRefreshTokenRequest |
GoogleRefreshTokenRequest.setTokenServerUrl(GenericUrl tokenServerUrl) |
Copyright © 2010–2022 Google. All rights reserved.