Skip to content

Commit 9cbf10a

Browse files
committed
Merge pull request oauthjs#177 from anklos/master
update grant types in README.
2 parents 4f7899b + 213a843 commit 9cbf10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Note: As no model was actually implemented here, delving any deeper, i.e. passin
5555
- *string* **model**
5656
- Model object (see below)
5757
- *array* **grants**
58-
- grant types you wish to support, currently the module supports `password` and `refresh_token`
58+
- grant types you wish to support, currently the module supports `authorization_code`, `password`, `refresh_token` and `client_credentials`
5959
- Default: `[]`
6060
- *function|boolean* **debug**
6161
- 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

0 commit comments

Comments
 (0)