Skip to content

Commit 8c25e39

Browse files
author
Aidan Laing
committed
Read Me License
1 parent bb877db commit 8c25e39

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,20 @@ client?.deleteToken(object: MobileAuthenticationClient.DeleteCallback {
166166
### RxJava2
167167
If you are using RxJava2 you can use `getTokenAsObservable()`, `refreshTokenAsObservable()` and `deleteTokenAsObservable()` in replace of the TokenCallback and DeleteCallback.
168168
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
184+
limitations under the License
185+
```

0 commit comments

Comments
 (0)