mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-31 09:30:48 +00:00
deploy: ece84f2c45
This commit is contained in:
@@ -189,7 +189,7 @@ registered by using the Module API's <code>register_password_auth_provider_callb
|
||||
<h2 id="callbacks"><a class="header" href="#callbacks">Callbacks</a></h2>
|
||||
<h3 id="auth_checkers"><a class="header" href="#auth_checkers"><code>auth_checkers</code></a></h3>
|
||||
<p><em>First introduced in Synapse v1.46.0</em></p>
|
||||
<pre><code> auth_checkers: Dict[Tuple[str,Tuple], Callable]
|
||||
<pre><code class="language-python"> auth_checkers: Dict[Tuple[str,Tuple], Callable]
|
||||
</code></pre>
|
||||
<p>A dict mapping from tuples of a login type identifier (such as <code>m.login.password</code>) and a
|
||||
tuple of field names (such as <code>("password", "secret_thing")</code>) to authentication checking
|
||||
|
||||
Reference in New Issue
Block a user