pub async fn auth_tid_creds(
    tid_client: &HttpTwinoidClient<SystemClock>,
    drpg_client: &HttpDinorpgClient<SystemClock, MtDnsResolver>,
    server: DinorpgServer
) -> Result<DinorpgSession, AnyError>