Documentation ¶
Index ¶
Constants ¶
View Source
const ( // VerificationHTTPHeader is the signature verification http header name for the signature being sent VerificationHTTPHeader = "X-Twilio-Email-Event-Webhook-Signature" // TimestampHTTPHeader is the timestamp http header name for timestamp TimestampHTTPHeader = "X-Twilio-Email-Event-Webhook-Timestamp" )
Variables ¶
This section is empty.
Functions ¶
func ConvertPublicKeyBase64ToECDSA ¶
ConvertPublicKeyBase64ToECDSA takes a base64 ECDSA public key and converts it into the ECDSA Public Key type
Types ¶
type Settings ¶
type Settings struct {
EnableSignedWebhook *bool `json:"enabled,omitempty"`
}
Settings ...
func (*Settings) SetEnableSignedWebhook ¶
SetEnableSignedWebhook ...
Click to show internal directories.
Click to hide internal directories.