From 213a8436f536b257b75f1aeca8bd7ff8a0064100 Mon Sep 17 00:00:00 2001 From: Shane Niu Date: Thu, 7 May 2015 17:57:21 +1000 Subject: [PATCH] update grant types in README. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6d4b8654f..1a8d8d912 100644 --- a/Readme.md +++ b/Readme.md @@ -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