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
Currently, we have a boolean flag for strict and lenient. It is better to have an enum Leniency {STRICT, DEFAULT, LENIENT}. See the discussion in google#2295 for more details.