Android Studio – Error when integrating passkey with Android
I'm currently working on implementing passkey authentication for an Android application, using this documentation: https://developer.android.com/training/sign-in/passkeys#kotlin For authentication, I'm using the WSO2 identity server, but here's where I'm doing something different. Instead of the app creating the passkey, the WSO2 identity…