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(Defined in: index.ts:33config):WebauthnStamper
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(Defined in: index.ts:40payload):Promise<{stampHeaderName:string;stampHeaderValue:string; }>
Parameters
payload
string
Returns
Promise<{ stampHeaderName: string; stampHeaderValue: string; }>