pub fn contains_auth_flow(output: &str) -> boolExpand description
Detects OAuth device code flow output that must not be compressed. Uses a two-tier approach: strong signals match alone (very specific to device code flows), weak signals require a URL/domain in the same output.