async fn existing_identity_session(
services: &Services,
unique_id: &str,
) -> Result<(Option<OwnedUserId>, Option<String>)>Expand description
Locate any prior session bound to the same upstream identity, to preserve
one session and its user_id association per identity.