For desktop platforms, Okta FastPass is only supported on Windows and macOS. For mobile, Okta FastPass is available on iOS, and Android. How does Okta Verify know if a device is trusted? When a user attempts to
Check window.location to verify if the app is in OAuth callback state or not. This function is synchronous and returns true or false. if (authClient.isLoginRedirect()) { // callback flow try { await authClient.handleRedirect(); } catch (e) { // log or display error details } } ...