Skip to main content
Structure Specification reference: https://w3c.github.io/webauthn/#dictdef-authenticatorassertionresponsejson
struct AuthenticatorAssertionResponseJSON

Initializers

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

Instance Properties

authenticatorData

let authenticatorData: Data

clientDataJSON

let clientDataJSON: Data

signature

let signature: Data

userHandle

let userHandle: Base64URLString?