Initializers
init(from:)
Inherited fromDecodable.init(from:).
Swift Structure
struct AuthenticatorAssertionResponseJSON
Decodable.init(from:).
init(from decoder: any Decoder) throws
let authenticatorData: Data
let clientDataJSON: Data
let signature: Data
let userHandle: Base64URLString?
Was this page helpful?