thanks! can you tell me where can I find the userHandle in the request?
Post
Replies
Boosts
Views
Activity
you need to cast the credentialIdentity to ASPasskeyCredentialIdentity then you'll see the userHandle.
something like that:
let credIdentity: ASPasskeyCredentialIdentity = request.credentialIdentity as! ASPasskeyCredentialIdentity
let userHandle: Data = credIdentity.userHandle