async fn consume_login_token( services: &Services, token: Option<&str>, ) -> Result<OwnedUserId>
Consume a login token (single-use authentication).