public interface VerificationCodeReceiver
Implementation should be thread-safe.
| Modifier and Type | Method and 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–2020 Google. All rights reserved.