async fn peek_login_token( services: &Services, token: Option<&str>, ) -> Result<OwnedUserId>
Verify a login token without consuming it; it is consumed later when the confirmation form is submitted.