Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

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?