WebhookEncryptionProtocolEnum class
- Inheritance
-
- Object
- EnumClass
- WebhookEncryptionProtocolEnum
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
→ String
-
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Constants
-
HTTP
→ const WebhookEncryptionProtocolEnum
-
SSL version to access the public webhook URL specified in the
url field. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will use sslVersion: TLSv1.2.
-
tLSv1Period2
→ const WebhookEncryptionProtocolEnum
-
SSL version to access the public webhook URL specified in the
url field. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will use sslVersion: TLSv1.2.
-
tLSv1Period3
→ const WebhookEncryptionProtocolEnum
-
SSL version to access the public webhook URL specified in the
url field. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will use sslVersion: TLSv1.2.
-
unknownDefaultOpenApi
→ const WebhookEncryptionProtocolEnum
-
SSL version to access the public webhook URL specified in the
url field. Possible values: * TLSv1.3 * TLSv1.2 * HTTP - Only allowed on Test environment. If not specified, the webhook will use sslVersion: TLSv1.2.