Integrate Mangopay’s passkey factor in Android apps
AuthTab
is part of the Android Browser library that enables apps to authenticate users via a web service, presenting a secure and user-friendly popup browser for login flows.
androidx.browser.auth.AuthTabIntent
library automatically handles the fallback to CustomTabs if AuthTab is not supported on the device. You don’t need to implement any custom logic for this fallback – the library takes care of it.
However, there are differences in how the redirect URL is handled:
handleAuthResult
callback.onNewIntent
method.CONST_BASE_URL
with your backend authentication URL.