Interface VerificationCodeReceiver
- All Known Implementing Classes:
AbstractPromptReceiver
public interface VerificationCodeReceiver
OAuth 2.0 verification code receiver.
Implementation should be thread-safe.
- Since:
- 1.11
-
Method Summary
Modifier and TypeMethodDescriptionReturns the redirect URI.void
stop()
Releases any resources and stops any processes started.Waits for a verification code.
-
Method Details
-
getRedirectUri
Returns the redirect URI.- Throws:
IOException
-
waitForCode
Waits for a verification code.- Throws:
IOException
-
stop
Releases any resources and stops any processes started.- Throws:
IOException
-