pub(crate) async fn admin_register_nonce_route(
__arg0: State<State>,
_body: Args<Request>,
) -> Result<Response>Expand description
ยงGET /_synapse/admin/v1/register
Issues a short-lived nonce. Returns 404 when the shared secret is not set.