VerificationCodeReceiver
public abstract class AbstractPromptReceiver extends Object implements VerificationCodeReceiver
Implementation is thread-safe.
Constructor | Description |
---|---|
AbstractPromptReceiver() |
Modifier and Type | Method | Description |
---|---|---|
void |
stop() |
Releases any resources and stops any processes started.
|
String |
waitForCode() |
Waits for a verification code.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRedirectUri
public String waitForCode()
VerificationCodeReceiver
waitForCode
in interface VerificationCodeReceiver
public void stop()
VerificationCodeReceiver
stop
in interface VerificationCodeReceiver
Copyright © 2011–2019 Google. All rights reserved.