Post

Replies

Boosts

Views

Activity

Comment on Passkey Provider Assertion Help
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
Topic: App & System Services SubTopic: General Tags:
Feb ’24