@stellar-passkey/core API / ParseClientDataOptions
Interface: ParseClientDataOptions
Defined in: packages/core/src/webauthn/clientDataJSON.ts:20
Properties
expectedOrigin
readonlyexpectedOrigin:string| readonlystring[]
Defined in: packages/core/src/webauthn/clientDataJSON.ts:22
Single allowed origin or a set of allowed origins (exact match, no scheme/path tricks).
expectedType?
readonlyoptionalexpectedType:WebAuthnCeremony
Defined in: packages/core/src/webauthn/clientDataJSON.ts:24
Defaults to "webauthn.get" (signing).