oauth2-server/tests/unit/Grant
Dave Walker 851c7c0eb1 Per the spec:
The authorization server MAY issue a new refresh token, in which case
   the client MUST discard the old refresh token and replace it with the
   new refresh token.  The authorization server MAY revoke the old
   refresh token after issuing a new refresh token to the client.  If a
   new refresh token is issued, the refresh token scope MUST be
   identical to that of the refresh token included by the client in the
   request.

This commit allows users to specifiy the time before the Refresh Token
expire time to issue a new Refresh Token.

alter method names, naming convention(?)
2014-12-21 18:51:52 -05:00
..
AbstractGrantTest.php CS fixes 2014-12-10 13:10:35 +00:00
AuthCodeGrantTest.php CS fixes 2014-11-08 18:26:12 +00:00
ClientCredentialsGrantTest.php CS fixes 2014-11-08 18:26:12 +00:00
PasswordGrantTest.php CS fixes 2014-11-08 18:26:12 +00:00
RefreshTokenGrantTest.php Per the spec: 2014-12-21 18:51:52 -05:00