Skip to content

@stellar-passkey/core API


@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

readonly authenticatorData: Uint8Array

Defined in: packages/core/src/types.ts:89


clientDataJSON

readonly clientDataJSON: Uint8Array

Defined in: packages/core/src/types.ts:90


id

readonly id: Uint8Array

Defined in: packages/core/src/types.ts:91


signature

readonly signature: Uint8Array

Defined in: packages/core/src/types.ts:92

MIT — SCF-43 RFP submission (2026). Status: pre-1.0.