pub fn should_force_interactive_auth_handoff(settings: &Settings) -> boolExpand description
What: Determine whether interactive handoff is being forced by compatibility fallback.
Inputs:
settings: Reference to the application settings.
Output:
truewhen resolved mode isInteractivebut configured mode is not explicitly interactive.
Details:
- Useful for diagnostics/UX messaging that differentiates explicit user intent from forced compatibility behavior.