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

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

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

Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeRequestUrl
 AuthorizationCodeRequestUrl AuthorizationCodeFlow.newAuthorizationUrl()
          Returns a new instance of an authorization code request URL.
 AuthorizationCodeRequestUrl AuthorizationCodeRequestUrl.setClientId(String clientId)
           
 AuthorizationCodeRequestUrl AuthorizationCodeRequestUrl.setRedirectUri(String redirectUri)
           
 AuthorizationCodeRequestUrl AuthorizationCodeRequestUrl.setResponseTypes(Iterable<String> responseTypes)
           
 AuthorizationCodeRequestUrl AuthorizationCodeRequestUrl.setResponseTypes(String... responseTypes)
           
 AuthorizationCodeRequestUrl AuthorizationCodeRequestUrl.setScopes(Iterable<String> scopes)
           
 AuthorizationCodeRequestUrl AuthorizationCodeRequestUrl.setScopes(String... scopes)
           
 AuthorizationCodeRequestUrl AuthorizationCodeRequestUrl.setState(String state)
           
 



Copyright © 2011-2012 Google. All Rights Reserved.