Swift Structure
struct RegistrationResponseJSON
var authenticatorAttachment: AuthenticatorAttachment?
var clientExtensionResults: AuthenticationExtensionsClientOutputsJSON?
var id: Data
var rawId: Data
var response: AuthenticatorAttestationResponseJSON
var type: PublicKeyCredentialType
Was this page helpful?