summaryrefslogtreecommitdiff
path: root/synapse/config/_base.pyi
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2020-03-03 18:22:36 +0100
committerAndrej Shadura <andrewsh@debian.org>2020-03-03 18:22:36 +0100
commitcdd787466b82d56b1fd939af76c9aa2caf2b6835 (patch)
tree8dbc26a0dbb9e0b4f380bddcd2d1d6526dce77ec /synapse/config/_base.pyi
parent4b3a9670d149fa9e5ccd8427af01c91cb657fbf7 (diff)
New upstream version 1.11.1
Diffstat (limited to 'synapse/config/_base.pyi')
-rw-r--r--synapse/config/_base.pyi2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/_base.pyi b/synapse/config/_base.pyi
index 86bc965e..3053fc9d 100644
--- a/synapse/config/_base.pyi
+++ b/synapse/config/_base.pyi
@@ -24,6 +24,7 @@ from synapse.config import (
server,
server_notices_config,
spam_checker,
+ sso,
stats,
third_party_event_rules,
tls,
@@ -57,6 +58,7 @@ class RootConfig:
key: key.KeyConfig
saml2: saml2_config.SAML2Config
cas: cas.CasConfig
+ sso: sso.SSOConfig
jwt: jwt_config.JWTConfig
password: password.PasswordConfig
email: emailconfig.EmailConfig