mindee-api-dotnet

LocalResponse.IsValidHmacSignature Method

Declaring Type: LocalResponse
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Verify that the payload’s signature matches the one received from the server.

public bool IsValidHmacSignature(string secretKey, string signature);

Parameters

secretKey string

Your secret key from the Mindee platform.

signature string

The signature from the “X-Mindee-Hmac-Signature” HTTP header.

Returns

bool


Documentation generated by MdDocs