You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor onboarding blob extraction to follow getBrokerPerformanceMetricsFromBundle pattern
The previous inline try/catch in getAcquireTokenResultFromResultBundle was
visually inconsistent with neighboring extractors (setBrokerPerformanceMetrics,
setBrokerAppVersion, setBrokerAppPackageName). Extracts the deserialization +
exception handling into a dedicated getOnboardingBlobFromBundle helper that
mirrors the BrokerPerformanceMetrics pattern, leaving the call site as a clean
two-line if-non-null guard.
0 commit comments