Skip to content

Commit

Permalink
Merge pull request #116 from Taevis662/master
Browse files Browse the repository at this point in the history
Fix README getRefreshToken to correctly document
  • Loading branch information
thomseddon committed Oct 16, 2014
2 parents 5cf4819 + 9885538 commit bfd4650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ Note: see https://github.com/thomseddon/node-oauth2-server/tree/master/examples/

#### getRefreshToken (refreshToken, callback)
- *string* **refreshToken**
- The bearer token (access token) that has been provided
- *function* **callback (error, accessToken)**
- The bearer token (refresh token) that has been provided
- *function* **callback (error, refreshToken)**
- *mixed* **error**
- Truthy to indicate an error
- *object* **refreshToken**
Expand Down

0 comments on commit bfd4650

Please sign in to comment.