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
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:
Replies
Boosts
Views
Activity
Feb ’24
Comment on help with passkey authentication
thanks! can you tell me where can I find the userHandle in the request?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’23