Uses of Class
com.google.api.client.auth.oauth2.RefreshTokenRequest
Packages that use RefreshTokenRequest
-
Uses of RefreshTokenRequest in com.google.api.client.auth.oauth2
Methods in com.google.api.client.auth.oauth2 that return RefreshTokenRequestModifier and TypeMethodDescriptionRefreshTokenRequest.setClientAuthentication
(com.google.api.client.http.HttpExecuteInterceptor clientAuthentication) RefreshTokenRequest.setGrantType
(String grantType) RefreshTokenRequest.setRefreshToken
(String refreshToken) Sets the refresh token issued to the client.RefreshTokenRequest.setRequestInitializer
(com.google.api.client.http.HttpRequestInitializer requestInitializer) RefreshTokenRequest.setScopes
(Collection<String> scopes) RefreshTokenRequest.setTokenServerUrl
(com.google.api.client.http.GenericUrl tokenServerUrl)