APP_INTENT
There are no required authenticationSettings
for APP_INTENT
authentication.
Response
{...
"authenticationMethods": [
{
"details": {
"mobileIntentUri": "upiGlobal://start_tx?id=abc&amount=100¤cy=USD&from=intent"
},
"type": "APP_INTENT"
}
]
...}
mobileIntentUri
is the intent identifier that can be used to trigger the native OS transition.
Updated 7 days ago