This plugin provides a mechanism for showing an OAuth flow in a secured system-provided browser view and receiving the result via a Message event.
On iOS, this uses ASWebAuthenticationSession (iOS >=12), SFAuthenticationSession (iOS 11), SFSafariViewController (iOS >=8, <=10), falling back to Safari.
On Android, this uses Custom Tabs in the user's preferred web application, falling back to their browser.
Note: This plugin might conflict with the Cordova In-App Browser plugin!
From: https://github.com/AyogoHealth/cordova-plugin-oauth
The plugin registers the app ID as a scheme to be used as the OAuth callback URL, and expects a host of oauth_callback (i.e., if your app's ID is com.example.foo, your OAuth redirect URL should be com.example.foo://oauth_callback).