WebAuthnKit-iOS icon indicating copy to clipboard operation
WebAuthnKit-iOS copied to clipboard

create method

Open Nesur opened this issue 4 years ago • 0 comments

Hey, I am executing method create on WebAuthnClient

let options = self.createCreationOptionsFromJson(publicKeyCreationOptionsJson: publicKeyCreationOptionsJson) webAuthnClient.create(options).done { (c:PublicKeyCredential<AuthenticatorAttestationResponse>) in print("Done") }.catch { (error:Error) in print("Error") }.finally{ print("Finally") } New login dialog appears then after faceId or passcode. After I enter the code or use matching face dialog closes. done, catch or finally is not called I am using simulator but when I had a chance to try it on physical device it was the same.

I know that probably that is not an issue but I think this is the best place for the advice Thank you for your help

Nesur avatar Dec 14 '20 15:12 Nesur