Skip to main content

Documentation Index

Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Class: WebauthnStamper

Defined in: index.ts:27 Stamper to use with @turnkey/http’s TurnkeyClient

Constructors

Constructor

new WebauthnStamper(config): WebauthnStamper
Defined in: index.ts:33

Parameters

config
TWebauthnStamperConfig

Returns

WebauthnStamper

Properties

allowCredentials

allowCredentials: PublicKeyCredentialDescriptor[]
Defined in: index.ts:31

rpId

rpId: string
Defined in: index.ts:28

timeout

timeout: number
Defined in: index.ts:29

userVerification

userVerification: UserVerificationRequirement
Defined in: index.ts:30

Methods

stamp()

stamp(payload): Promise<{ stampHeaderName: string; stampHeaderValue: string; }>
Defined in: index.ts:40

Parameters

payload
string

Returns

Promise<{ stampHeaderName: string; stampHeaderValue: string; }>