diff --git a/README.md b/README.md index 707f8beb..54839f58 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,7 @@ ui.initOAuth({ realm: "your-realms", appName: "your-app-name", scopeSeparator: " ", - additionalQueryStringParams: {test: "hello"}, - useBasicAuthenticationWithAccessCodeGrant: true + additionalQueryStringParams: {test: "hello"} }) ```