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: make isOAuthClientProvider check more explicit
Check typeof === 'function' on two required methods (tokens +
clientInformation) instead of bare 'in' operator. Slightly more
robust — verifies they're actually callable, not just properties
with those names. Same semantics, reads cleaner.
0 commit comments