Skip to content

Commit

Permalink
update grant types in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
anklos committed May 7, 2015
1 parent 4f7899b commit 213a843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Note: As no model was actually implemented here, delving any deeper, i.e. passin
- *string* **model**
- Model object (see below)
- *array* **grants**
- grant types you wish to support, currently the module supports `password` and `refresh_token`
- grant types you wish to support, currently the module supports `authorization_code`, `password`, `refresh_token` and `client_credentials`
- Default: `[]`
- *function|boolean* **debug**
- If `true` errors will be logged to console. You may also pass a custom function, in which case that function will be called with the error as its first argument
Expand Down

0 comments on commit 213a843

Please sign in to comment.