Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
80 views

Is there a way to call a windows security key prompt (passkeys) with java?

Im developing a java application which implements the passkeys authentication. Is there a native java call to get access to this windows prompt, which opens up when a user is expected to authenticate ...
Nal Guček's user avatar
1 vote
0 answers
351 views

Error with createCredential in React Native Passkey on Android 14

I'm integrating the f-23/react-native-passkey (link) library into a React Native app for passkey functionality. It works on iOS 17.2, but on Android 14 (Pixel 7 API 34, Model: sdk_gphone64_arm64), I ...
Yakir's user avatar
  • 11
1 vote
0 answers
1k views

Android - got "NoCredentialException" when calling "getCredentialAsync()" of androidx credential manager PASSKEYS

I am developing an app that wanted to integrate passkeys. I followed the tutorial from https://developer.android.com/training/sign-in/passkeys Which before signing in we should register our passkeys ...
Arigi Wiratama's user avatar
1 vote
0 answers
535 views

CreateCredentialResponse error with Credential Manager API on Android with Passkeys

I'm trying to implement authentication using the Credential Manager API on Android. While setting up the CreatePublicKeyCredentialRequest, I'm encountering an error: Unexpected exception type androidx....
user1049769's user avatar
1 vote
1 answer
2k views

Unable to register for authentication using Passkey on Android

I'm trying to follow the official documentation to implement Passkey registration. There is also a codelab demonstrating the topic (note that it works as intended on my Android device.) I created this ...
Ariel Malka's user avatar