@stellar-passkey/core API / WebAuthnSignature
Interface: WebAuthnSignature
Defined in: packages/core/src/types.ts:88
Normalized WebAuthn assertion ready for the Soroban contract.
signature MUST be raw 64-byte r ‖ s, low-S normalized (see YK-248).
Properties
authenticatorData
readonlyauthenticatorData:Uint8Array
Defined in: packages/core/src/types.ts:89
clientDataJSON
readonlyclientDataJSON:Uint8Array
Defined in: packages/core/src/types.ts:90
id
readonlyid:Uint8Array
Defined in: packages/core/src/types.ts:91
signature
readonlysignature:Uint8Array
Defined in: packages/core/src/types.ts:92