Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create method #8

Open
Nesur opened this issue Dec 14, 2020 · 0 comments
Open

create method #8

Nesur opened this issue Dec 14, 2020 · 0 comments

Comments

@Nesur
Copy link

Nesur commented Dec 14, 2020

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 Nesur closed this as completed Dec 15, 2020
@Nesur Nesur reopened this Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant