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; }>