Initializers
init(from:)
Inherited fromDecodable.init(from:).
Swift Structure
struct AuthenticationResponseJSON
Decodable.init(from:).
init(from decoder: any Decoder) throws
let clientExtensionResults: AuthenticationExtensionsClientOutputsJSON?
let id: Data
let rawId: Data?
let response: AuthenticatorAssertionResponseJSON
let type: PublicKeyCredentialType
Was this page helpful?