On mobile devices, Descope supports running flows for authentication. However, Android App Links,
which Descope uses to handle redirection and token exchange, are blocked by default in certain browsers,
like Opera. Developers will need to set up a custom scheme and include it in the flow parameters.
To set a custom scheme, add the below in your Android Manifest file:
Then, when starting the flow, include the "backupCustomScheme" field. This will only apply to Android
users whos default browser won't open App Links automatically.