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: ####)