AbstractPromptReceiverpublic interface VerificationCodeReceiver
Implementation should be thread-safe.
| Modifier and Type | Method | Description |
|---|---|---|
String |
getRedirectUri() |
Returns the redirect URI.
|
void |
stop() |
Releases any resources and stops any processes started.
|
String |
waitForCode() |
Waits for a verification code.
|
String getRedirectUri() throws IOException
IOExceptionString waitForCode() throws IOException
IOExceptionvoid stop() throws IOException
IOExceptionCopyright © 2011–2019 Google. All rights reserved.