Directus / @directus/sdk / rest / verifyHash
Function: verifyHash() ​
verifyHash<
Schema
>(string
,hash
):RestCommand
<boolean
,Schema
>
Verify a string with a hash.
Type Parameters ​
• Schema
Parameters ​
• string: string
Source string.
• hash: string
Hash you want to verify against.
Returns ​
RestCommand
<boolean
, Schema
>
Boolean.