Merge pull request #1419 from lucian303/oauth-client-secret

Add support for oauth client secret when calling the token URL. Fixes #1384. Fixes #1324.
This commit is contained in:
Tony Tam
2015-07-22 18:12:39 -07:00
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
if(typeof initOAuth == "function") {
initOAuth({
clientId: "your-client-id",
clientSecret: "your-client-secret",
realm: "your-realms",
appName: "your-app-name"
});