verifyStampSignature(Defined in: turnkey.ts:193 Verifies a signature from a Turnkey stamp using ECDSA and SHA-256.publicKey
,signature
,signedData
):Promise
<boolean
>
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
>