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
168
Note that TokenNotFoundException in getToken will be replaced with NoSuchElementException when using getTokenAsObservable.
169
+
170
+
## License
171
+
```
172
+
Copyright 2017 Province of British Columbia
173
+
174
+
Licensed under the Apache License, Version 2.0 (the "License");
175
+
you may not use this file except in compliance with the License.
176
+
You may obtain a copy of the License at
177
+
178
+
http://www.apache.org/licenses/LICENSE-2.0
179
+
180
+
Unless required by applicable law or agreed to in writing, software
181
+
distributed under the License is distributed on an "AS IS" BASIS,
182
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
183
+
See the License for the specific language governing permissions and
0 commit comments