Class GooglePromptReceiver (2.1.2)

See more code actions.
public class GooglePromptReceiver extends AbstractPromptReceiver

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

Implementation is thread-safe.

java.lang.Object > com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver > GooglePromptReceiver
com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver.stop()
com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver.waitForCode()

Constructors

GooglePromptReceiver()

public GooglePromptReceiver()

Methods

getRedirectUri()

public String getRedirectUri()
Returns
Type Description
String
Exceptions
Type Description
IOException