mindee-api-dotnet

LocalResponse.GetHmacSignature Method

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

Get the HMAC signature of the payload.

public string GetHmacSignature(string secretKey);

Parameters

secretKey string

Your secret key from the Mindee platform.

Returns

string

The generated HMAC signature.


Documentation generated by MdDocs