Webhook class

A server where events are sent. This includes user action events and any other events sent by FusionAuth.

@author Brian Pontarelli

Annotations
  • @JsonSerializable()

Constructors

Webhook({num connectTimeout, Map<String, dynamic> data, String description, Map<EventType, bool> eventsEnabled, bool global, Map<String, String> headers, String httpAuthenticationPassword, String httpAuthenticationUsername, String id, num insertInstant, num lastUpdateInstant, num readTimeout, WebhookSignatureConfiguration signatureConfiguration, String sslCertificate, String sslCertificateKeyId, List<String> tenantIds, String url})
Webhook.fromJson(Map<String, dynamic> json)
factory

Properties

connectTimeout num
getter/setter pair
data Map<String, dynamic>
getter/setter pair
description String
getter/setter pair
eventsEnabled Map<EventType, bool>
getter/setter pair
global bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
getter/setter pair
httpAuthenticationPassword String
getter/setter pair
httpAuthenticationUsername String
getter/setter pair
id String
getter/setter pair
insertInstant num
getter/setter pair
lastUpdateInstant num
getter/setter pair
readTimeout num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureConfiguration WebhookSignatureConfiguration
getter/setter pair
sslCertificate String
getter/setter pair
sslCertificateKeyId String
getter/setter pair
tenantIds List<String>
getter/setter pair
url String
getter/setter pair

Methods

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

Operators

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