IsValidSignature
Verifies the signature of a given request.
Server Authoritative (default)
Path Parameters
reqParams | The request parameters for signature verification. |
Returns
VyTask<bool> A task that returns a boolean indicating whether the signature is valid or not.
Last updated