Skip to content

@stellar-passkey/core API


@stellar-passkey/core API / ParsedClientData

Interface: ParsedClientData

Defined in: packages/core/src/webauthn/clientDataJSON.ts:27

Properties

challenge

readonly challenge: Uint8Array

Defined in: packages/core/src/webauthn/clientDataJSON.ts:30

Base64url-decoded 32-byte (or otherwise) challenge bytes.


challengeBase64Url

readonly challengeBase64Url: string

Defined in: packages/core/src/webauthn/clientDataJSON.ts:32

The challenge string as it was embedded, before decoding.


crossOrigin?

readonly optional crossOrigin: boolean

Defined in: packages/core/src/webauthn/clientDataJSON.ts:36

Present and true iff the WebAuthn ceremony was run in a cross-origin iframe.


origin

readonly origin: string

Defined in: packages/core/src/webauthn/clientDataJSON.ts:34

Origin reported by the browser (exact string match required).


type

readonly type: WebAuthnCeremony

Defined in: packages/core/src/webauthn/clientDataJSON.ts:28

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