Skip to content

Commit

Permalink
Fix README getRefreshToken to correctly document
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeParrinello committed Oct 15, 2014
1 parent 5cf4819 commit 9885538
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 9885538

Please sign in to comment.