Skip to content

Commit

Permalink
Merge pull request #286 from trevorah/patch-1
Browse files Browse the repository at this point in the history
fix documentation typo
  • Loading branch information
luisrudge authored Aug 8, 2018
2 parents a990594 + af61b76 commit feae74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auth/OAuthAuthenticator.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var OAuthAuthenticator = function(options) {
* var data = {
* client_id: '{CLIENT_ID}', // Optional field.
* username: '{USERNAME}',
* password: '{PASSWORD}
* password: '{PASSWORD}',
* connection: '{CONNECTION_NAME}',
* scope: 'openid' // Optional field.
* };
Expand Down Expand Up @@ -121,7 +121,7 @@ OAuthAuthenticator.prototype.signIn = function(userData, cb) {
* var data = {
* client_id: '{CLIENT_ID}', // Optional field.
* username: '{USERNAME}',
* password: '{PASSWORD}'
* password: '{PASSWORD}',
* realm: '{CONNECTION_NAME}', // Optional field.
* scope: 'openid' // Optional field.
* };
Expand Down

0 comments on commit feae74d

Please sign in to comment.