Uses of Class
com.google.api.client.auth.oauth2.AuthorizationCodeTokenRequest

Packages that use AuthorizationCodeTokenRequest
com.google.api.client.auth.oauth2 OAuth 2.0 authorization as specified in the OAuth 2.0 Protocol
 

Uses of AuthorizationCodeTokenRequest in com.google.api.client.auth.oauth2
 

Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeTokenRequest
 AuthorizationCodeTokenRequest AuthorizationCodeFlow.newTokenRequest(String authorizationCode)
          Returns a new instance of an authorization code token request based on the given authorization code.
 AuthorizationCodeTokenRequest AuthorizationCodeTokenRequest.setClientAuthentication(HttpExecuteInterceptor clientAuthentication)
           
 AuthorizationCodeTokenRequest AuthorizationCodeTokenRequest.setCode(String code)
          Sets the authorization code generated by the authorization server.
 AuthorizationCodeTokenRequest AuthorizationCodeTokenRequest.setGrantType(String grantType)
           
 AuthorizationCodeTokenRequest AuthorizationCodeTokenRequest.setRedirectUri(String redirectUri)
          Sets the redirect URI parameter matching the redirect URI parameter in the authorization request or null for none.
 AuthorizationCodeTokenRequest AuthorizationCodeTokenRequest.setRequestInitializer(HttpRequestInitializer requestInitializer)
           
 AuthorizationCodeTokenRequest AuthorizationCodeTokenRequest.setScopes(Iterable<String> scopes)
           
 AuthorizationCodeTokenRequest AuthorizationCodeTokenRequest.setScopes(String... scopes)
           
 AuthorizationCodeTokenRequest AuthorizationCodeTokenRequest.setTokenServerUrl(GenericUrl tokenServerUrl)
           
 



Copyright © 2011-2012 Google. All Rights Reserved.