Class AbstractPromptReceiver

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

public abstract class AbstractPromptReceiver extends Object implements VerificationCodeReceiver
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