Skip to content

Commit

Permalink
Fixed a formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Salinger committed Aug 9, 2017
1 parent c6cbd2c commit 0a52476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/migrating-v2-to-v3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Model specification
-------------------

* `generateAccessToken(client, user, scope)` is **optional** and should return a `String`.
* `generateAuthorizationCode()` is **optional** and should return a _String.
* `generateAuthorizationCode()` is **optional** and should return a `String`.
* `generateRefreshToken(client, user, scope)` is **optional** and should return a `String`.
* `getAccessToken(token)` should return an object with:

Expand Down

0 comments on commit 0a52476

Please sign in to comment.