Skip to content

Commit

Permalink
webex.initialize updated for JWT section
Browse files Browse the repository at this point in the history
  • Loading branch information
rohits5-cisco committed Aug 19, 2021
1 parent 76e81c8 commit d1ec218
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 d1ec218

Please sign in to comment.