---
title: verify
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/subtlecrypto/1632701-verify
---

# verify

## Declaration

```data
Promise <any> verify(
    AlgorithmIdentifier algorithm, 
    CryptoKey key, 
    BufferSource signature, 
    BufferSource data
);
```
