Uses of Interface
com.google.api.client.extensions.java6.auth.oauth2.VerificationCodeReceiver

Uses of VerificationCodeReceiver in com.google.api.client.extensions.java6.auth.oauth2
 

Classes in com.google.api.client.extensions.java6.auth.oauth2 that implement VerificationCodeReceiver
 class AbstractPromptReceiver
          OAuth 2.0 abstract verification code receiver that prompts user to paste the code copied from the browser.
 

Methods in com.google.api.client.extensions.java6.auth.oauth2 that return VerificationCodeReceiver
 VerificationCodeReceiver AuthorizationCodeInstalledApp.getReceiver()
          Returns the verification code receiver.
 

Constructors in com.google.api.client.extensions.java6.auth.oauth2 with parameters of type VerificationCodeReceiver
AuthorizationCodeInstalledApp(AuthorizationCodeFlow flow, VerificationCodeReceiver receiver)
           
 



Copyright © 2011-2012 Google. All Rights Reserved.