pub fn should_use_interactive_auth_handoff(settings: &Settings) -> boolExpand description
What: Determine whether Pacsea should perform interactive auth handoff.
Inputs:
settings: Reference to the application settings.
Output:
truewhen resolved auth mode isInteractive, otherwisefalse.
Details:
- Uses
resolve_auth_modeso capability-based coercions are respected. - Covers both explicit
auth_mode = interactiveand compatibility fallbacks (for example,doas + promptcoercion).