mindee-api-dotnet

LocalResponse.GetHmacSignature Method

Declaring Type: LocalResponse
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

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