public abstract class AbstractPromptReceiver extends Object implements VerificationCodeReceiver
Implementation is thread-safe.
Constructor and Description |
---|
AbstractPromptReceiver() |
Modifier and Type | Method and 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–2022 Google. All rights reserved.