method KeyStack.prototype.verifyView codeKeyStack.prototype.verify(data: Data,digest: string): Promise<boolean>Given data and a digest, verify that one of the keys provided the constructor was used to generate the digest. Returns true if one of the keys was used, otherwise false. Parametersdata: DataView codedigest: stringView codeReturn TypePromise<boolean>View code