From 36bedb6c6afeb652ac75b72db634dde05af2797f Mon Sep 17 00:00:00 2001
From: babolivier register_password_auth_provider_callbacks
method.
auth_checkers
First introduced in Synapse v1.46.0
auth_checkers: Dict[Tuple[str,Tuple], Callable]
A dict mapping from tuples of a login type identifier (such as m.login.password
) and a
@@ -223,6 +224,7 @@ optionally a callback). In that case, the return value of that callback will be
and subsequent callbacks will not be fired. If every callback returns None
, then the
authentication fails.
check_3pid_auth
First introduced in Synapse v1.46.0
async def check_3pid_auth(
medium: str,
address: str,
@@ -247,6 +249,7 @@ callback that does not return None
will be used. If this happens, S
any of the subsequent implementations of this callback. If every callback return None
,
the authentication is denied.
on_logged_out
+First introduced in Synapse v1.46.0
async def on_logged_out(
user_id: str,
device_id: Optional[str],
--
cgit 1.5.1