You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to register on webauthn.io using this SDK but when user go to safari and open webauhn.io and then my app auto fill extension will open below controller
class CredentialProviderViewController: ASCredentialProviderViewController { }
can I register and complete this request using this SDK?
I want to register on webauthn.io using this SDK but when user go to safari and open webauhn.io and then my app auto fill extension will open below controller
class CredentialProviderViewController: ASCredentialProviderViewController { }
can I register and complete this request using this SDK?
self.extensionContext.completeRegistrationRequest(using: ####)
The text was updated successfully, but these errors were encountered: