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: webauthn-stamper/dist/index.d.ts:11 Stamper to use with@turnkey/http’s TurnkeyClient
Constructors
Constructor
new WebauthnStamper(Defined in: webauthn-stamper/dist/index.d.ts:16config):WebauthnStamper
Parameters
config
TWebauthnStamperConfig
Returns
WebauthnStamper
Properties
allowCredentials
allowCredentials: PublicKeyCredentialDescriptor[]
Defined in: webauthn-stamper/dist/index.d.ts:15
rpId
rpId: string
Defined in: webauthn-stamper/dist/index.d.ts:12
timeout
timeout: number
Defined in: webauthn-stamper/dist/index.d.ts:13
userVerification
userVerification: UserVerificationRequirement
Defined in: webauthn-stamper/dist/index.d.ts:14
Methods
stamp()
stamp(Defined in: webauthn-stamper/dist/index.d.ts:17payload):Promise<{stampHeaderName:string;stampHeaderValue:string; }>
Parameters
payload
string
Returns
Promise<{ stampHeaderName: string; stampHeaderValue: string; }>