Hello, I am developing a mobile application using Auth0, but I see that the Play Store is asking for the following assetlinks.json
:
[
{
"relation": [
"delegate_permission/common.handle_all_urls",
"delegate_permission/common.get_login_creds"
],
"target": {
"namespace": "android_app",
"package_name": "xxx.xxx.xxx",
"sha256_cert_fingerprints": [
"...."
]
}
}
]
The problem is that Auth0 only provides the delegate_permission/common.handle_all_urls
relation.
Could you help me or let me know who I should speak with in order to obtain the delegate_permission/common.get_login_creds
relation?
Thanks!