Loading
refactor(auth): rename Murena offline access flow helper
Rename isOfflineAccessRequested() to hasRequestedOfflineAccess() to make the condition read as flow state instead of granted access. The previous name made the negated branch look backwards in onAuthenticationComplete(), while the flag actually tracks whether the offline_access step has already been requested. The new wording matches the intent extra semantics without implying that offline access has already been granted.