Uses of Class
com.google.api.client.auth.oauth2.AuthorizationCodeTokenRequest
Packages that use AuthorizationCodeTokenRequest
-
Uses of AuthorizationCodeTokenRequest in com.google.api.client.auth.oauth2
Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeTokenRequestModifier and TypeMethodDescriptionAuthorizationCodeFlow.newTokenRequest(String authorizationCode) Returns a new instance of an authorization code token request based on the given authorization code.AuthorizationCodeTokenRequest.setClientAuthentication(com.google.api.client.http.HttpExecuteInterceptor clientAuthentication) Sets the authorization code generated by the authorization server.AuthorizationCodeTokenRequest.setGrantType(String grantType) AuthorizationCodeTokenRequest.setRedirectUri(String redirectUri) Sets the redirect URI parameter matching the redirect URI parameter in the authorization request ornullfor none.AuthorizationCodeTokenRequest.setRequestInitializer(com.google.api.client.http.HttpRequestInitializer requestInitializer) AuthorizationCodeTokenRequest.setScopes(Collection<String> scopes) AuthorizationCodeTokenRequest.setTokenServerUrl(com.google.api.client.http.GenericUrl tokenServerUrl)