Remove useBasicAuthenticationWithAccessCodeGrant

... from `initOAuth` example
This commit is contained in:
Kyle
2017-08-01 16:54:30 -07:00
committed by GitHub
parent b329b03464
commit 88a6e075dd

View File

@@ -120,8 +120,7 @@ ui.initOAuth({
realm: "your-realms", realm: "your-realms",
appName: "your-app-name", appName: "your-app-name",
scopeSeparator: " ", scopeSeparator: " ",
additionalQueryStringParams: {test: "hello"}, additionalQueryStringParams: {test: "hello"}
useBasicAuthenticationWithAccessCodeGrant: true
}) })
``` ```