Class WebhookSignatureException
The HMAC-SHA256 signature validation of x-line-signature failed (tampering, key
mismatch, missing header, etc.). The request should be rejected. In ASP.NET, mapping this
to 401/400 is a good choice.
public sealed class WebhookSignatureException : WebhookException, ISerializable
- Inheritance
-
WebhookSignatureException
- Implements
- Inherited Members
Constructors
WebhookSignatureException(string)
public WebhookSignatureException(string message)
Parameters
messagestring