Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
Codified as issue #6: #6
  • Loading branch information
joneshf authored Jul 17, 2018
1 parent 5766f51 commit dbadfaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/OAuth2/Token.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ instance FromForm Request where
--
-- <https://tools.ietf.org/html/rfc6749#section-4.1.4>
data Response = Response
-- TODO: the access token, its type, and its expiration date should really be together in a single type.
-- The optionally returned refresh token is something else.
{ responseAccessToken :: AccessToken
, responseTokenType :: TokenType
, responseExpiresIn :: Maybe ExpirationTime
Expand Down

0 comments on commit dbadfaf

Please sign in to comment.