Function verify_dpop_from_actix

Source
pub async fn verify_dpop_from_actix(
    conn: &mut PgConnection,
    req: &HttpRequest,
    method: &str,
    dpop_nonce_key: &SecretBox<String>,
    access_token: Option<&str>,
) -> Result<String, DpopError>