BrowserRedirectHandler
interface BrowserRedirectHandler
Abstracts browser launch and redirect capture for redirect-based OAuth2 flows.
Implementations are platform-specific:
JVM: LocalhostBrowserRedirectHandler starts a localhost HTTP server and opens the system browser.
Android:
web-authentication-uiprovides an implementation using Custom Tabs and deep link intent filters.
See also
LocalhostBrowserRedirectHandler