com.google.api.client.googleapis.extensions.java6.auth.oauth2
Class GooglePromptReceiver

java.lang.Object
  extended by com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver
      extended by com.google.api.client.googleapis.extensions.java6.auth.oauth2.GooglePromptReceiver
All Implemented Interfaces:
com.google.api.client.extensions.java6.auth.oauth2.VerificationCodeReceiver

public class GooglePromptReceiver
extends com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver

Google OAuth 2.0 abstract verification code receiver that prompts user to paste the code copied from the browser.

Implementation is thread-safe.

Since:
1.11
Author:
Yaniv Inbar

Constructor Summary
GooglePromptReceiver()
           
 
Method Summary
 String getRedirectUri()
           
 
Methods inherited from class com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver
stop, waitForCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GooglePromptReceiver

public GooglePromptReceiver()
Method Detail

getRedirectUri

public String getRedirectUri()
                      throws Exception
Throws:
Exception


Copyright © 2010-2012 Google. All Rights Reserved.