com.google.api.client.googleapis.extensions.java6.auth.oauth2
Class GooglePromptReceiver
java.lang.Object
com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver
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
| 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 |
GooglePromptReceiver
public GooglePromptReceiver()
getRedirectUri
public String getRedirectUri()
throws Exception
- Throws:
Exception
Copyright © 2010-2012 Google. All Rights Reserved.