IsValidWebhookSignatureParams class abstract

Represents the parameters required to validate a webhook signature.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
payload String
The raw body of the webhook request.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
The secret key used to compute the expected signature.
no setter
signature String
The signature provided with the webhook (typically from a request header).
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited