ConfigServiceSettings class abstract

Constructors

ConfigServiceSettings([void updates(ConfigServiceSettingsBuilder b)])
factory

Properties

allowCorsFrom String?
no setter
connectionSecurity String?
no setter
enableCommands bool?
no setter
enableCustomEmoji bool?
no setter
enableDeveloper bool?
no setter
enableIncomingWebhooks bool?
no setter
enableInsecureOutgoingConnections bool?
no setter
enableMultifactorAuthentication bool?
no setter
enableOAuthServiceProvider bool?
no setter
enableOnlyAdminIntegrations bool?
no setter
enableOutgoingWebhooks bool?
no setter
enablePostIconOverride bool?
no setter
enablePostUsernameOverride bool?
no setter
enableSecurityFixAlert bool?
no setter
enableTesting bool?
no setter
enforceMultifactorAuthentication bool?
no setter
forward80To443 bool?
no setter
googleDeveloperKey String?
no setter
hashCode int
The hash code for this object.
no setterinherited
letsEncryptCertificateCacheFile String?
no setter
listenAddress String?
no setter
maximumLoginAttempts int?
no setter
readTimeout int?
no setter
restrictCustomEmojiCreation String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentDeveloperKey String?
no setter
sessionCacheInMinutes int?
no setter
sessionLengthMobileInDays int?
no setter
sessionLengthSSOInDays int?
no setter
sessionLengthWebInDays int?
no setter
siteURL String?
no setter
tLSCertFile String?
no setter
tLSKeyFile String?
no setter
useLetsEncrypt bool?
no setter
webserverMode String?
no setter
websocketPort int?
no setter
websocketSecurePort int?
no setter
writeTimeout int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ConfigServiceSettingsBuilder)) ConfigServiceSettings
Rebuilds the instance.
inherited
toBuilder() ConfigServiceSettingsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ConfigServiceSettings>
no setter