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
Handle getToken() being rejected with a non-Error type
It’s possible a user could provide a string type error (instead of an
actual Error object) when defining a custom Credential.getAccessToken()
method, and we should be able handle that case.
Change-Id: Ib1d800584466a1b44093131d36a250ce2bc9a701
0 commit comments