@stellar-passkey/core API / ParsedClientData
Interface: ParsedClientData
Defined in: packages/core/src/webauthn/clientDataJSON.ts:27
Properties
challenge
readonlychallenge:Uint8Array
Defined in: packages/core/src/webauthn/clientDataJSON.ts:30
Base64url-decoded 32-byte (or otherwise) challenge bytes.
challengeBase64Url
readonlychallengeBase64Url:string
Defined in: packages/core/src/webauthn/clientDataJSON.ts:32
The challenge string as it was embedded, before decoding.
crossOrigin?
readonlyoptionalcrossOrigin: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
readonlyorigin:string
Defined in: packages/core/src/webauthn/clientDataJSON.ts:34
Origin reported by the browser (exact string match required).
type
readonlytype:WebAuthnCeremony
Defined in: packages/core/src/webauthn/clientDataJSON.ts:28