Package | Description |
---|---|
com.google.api.client.auth.oauth2 |
Implementation of the OAuth 2.0 Authorization
Framework.
|
Modifier and Type | Method and Description |
---|---|
RefreshTokenRequest |
RefreshTokenRequest.set(String fieldName,
Object value) |
RefreshTokenRequest |
RefreshTokenRequest.setClientAuthentication(com.google.api.client.http.HttpExecuteInterceptor clientAuthentication) |
RefreshTokenRequest |
RefreshTokenRequest.setGrantType(String grantType) |
RefreshTokenRequest |
RefreshTokenRequest.setRefreshToken(String refreshToken)
Sets the refresh token issued to the client.
|
RefreshTokenRequest |
RefreshTokenRequest.setRequestInitializer(com.google.api.client.http.HttpRequestInitializer requestInitializer) |
RefreshTokenRequest |
RefreshTokenRequest.setScopes(Collection<String> scopes) |
RefreshTokenRequest |
RefreshTokenRequest.setTokenServerUrl(com.google.api.client.http.GenericUrl tokenServerUrl) |
Copyright © 2011–2022 Google. All rights reserved.