verifyStampSignature(
publicKey
,signature
,signedData
):Promise
<boolean
>
Defined in: turnkey.ts:193
Verifies a signature from a Turnkey stamp using ECDSA and SHA-256.
string
The public key of the authenticator (e.g. WebAuthn or P256 API key).
string
The ECDSA signature in DER format.
string
The data that was signed (e.g. JSON-stringified Turnkey request body).
Promise
<boolean
>
verifyStampSignature(
publicKey
,signature
,signedData
):Promise
<boolean
>
Defined in: turnkey.ts:193
Verifies a signature from a Turnkey stamp using ECDSA and SHA-256.
string
The public key of the authenticator (e.g. WebAuthn or P256 API key).
string
The ECDSA signature in DER format.
string
The data that was signed (e.g. JSON-stringified Turnkey request body).
Promise
<boolean
>