Last updated 1 year ago
Server Authoritative (default)
Path Parameters
Returns
VyTask<bool> A task that returns a boolean indicating whether the signature is valid or not.
Verifies the signature of a given request.
public static VyTask<bool> IsValidSignature(VySignatureVerificationRequest reqParams)
reqParams
The request parameters for signature verification.
// COMING SOON!