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
If you are using RxJava2 you can use `getTokenAsObservable()`, `refreshTokenAsObservable()` and `deleteTokenAsObservable()` in replace of the TokenCallback and DeleteCallback.
168
+
Note that TokenNotFoundException in getToken will be replaced with NoSuchElementException when using getTokenAsObservable.
0 commit comments