Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.11 KB

SignatureVerificationStatus.md

File metadata and controls

10 lines (7 loc) · 1.11 KB

SignatureVerificationStatus

Properties

Name Type Description Notes
code string Signature verification status code:<br> - VERIFIED: success: the receipt's `signature` property is a valid signature of `signedHash`, or, if any of `signedIdentity` or `signedIssuerDomain` is provided, a valid signature of SHA256(`signedHash` + `signedIdentity` + `signedIssuerDomain`) using the public key `pubKey`.<br> - SIGNATURE_MISMATCH_RECEIPT: error: the receipt's `targetHash` does not match the SHA256 hash of `signature`.<br> - INVALID_SIGNATURE: error: the receipt's `signature` property is invalid. [optional]
text string Signature verification status text (gives more insights about the verification process). [optional]

[Back to Model list] [Back to API list] [Back to README]