Added redirect URI property

This commit is contained in:
Alex Bilbie
2014-07-27 17:16:46 +01:00
parent 54e6bbd4a6
commit f3fc921212

View File

@@ -28,13 +28,14 @@ interface AuthCodeInterface
/** /**
* Create an auth code. * Create an auth code.
* @param string $token The token ID * @param string $token The token ID
* @param integer $expireTime Token expire time * @param integer $expireTime Token expire time
* @param integer $sessionId Session identifier * @param integer $sessionId Session identifier
* @param string $redirectUri Client redirect uri
* *
* @return void * @return void
*/ */
public function create($token, $expireTime, $sessionId); public function create($token, $expireTime, $sessionId, $redirectUri);
/** /**
* Get the scopes for an access token * Get the scopes for an access token