Skip to content

Commit

Permalink
Merge pull request #88 from webex/ReadMeUpdate_authorizeAndNotesSection
Browse files Browse the repository at this point in the history
webex.initialize updated for JWT section
  • Loading branch information
lasharm2 authored Aug 20, 2021
2 parents d772f07 + d1ec218 commit ba55623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Here are some examples of how to use the Android SDK in your app.
val authenticator: JWTAuthenticator = JWTAuthenticator()
val webex = Webex(application, authenticator)
webex.initialize(CompletionHandler { result ->
if (result.error != null) {
if (result.error == null) {
//already authorised
} else {
authenticator.authorize(token, CompletionHandler { result ->
Expand Down

0 comments on commit ba55623

Please sign in to comment.