AbstractPromptReceiver
public 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
IOException
String waitForCode() throws IOException
IOException
void stop() throws IOException
IOException
Copyright © 2011–2019 Google. All rights reserved.