We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 739b73b + 2324e4a commit 786d120Copy full SHA for 786d120
android/src/main/java/expo/modules/passkeys/PasskeyOptions.kt
@@ -75,7 +75,7 @@ class PublicKeyCredentialRequestOptions: Record {
75
var timeout: Int? = null
76
77
@Field
78
- var allowCredentials: List<PublicKeyCredentialParameters>? = null
+ var allowCredentials: List<PublicKeyCredentialDescriptor>? = null
79
80
81
var userVerification: String? = null
@@ -236,4 +236,4 @@ class AuthenticationExtensionsLargeBlobOutputsJSON: Record {
236
237
238
var written: Boolean? = null;
239
-};
+};
0 commit comments