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
Update typings to support a null access token (#154)
Currently getAccessToken can return null, so the return type of the method should be `string | null`, and the typings should probably allow calling `setAccessToken(null)` as well.
0 commit comments