From 88a6e075ddc2aa33e58ae1d9b622bb4cc561f773 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 1 Aug 2017 16:54:30 -0700 Subject: [PATCH] Remove `useBasicAuthenticationWithAccessCodeGrant` ... from `initOAuth` example --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"} }) ```