Removed properties from Interface

This commit is contained in:
Alex Bilbie 2013-02-04 15:32:33 +00:00
parent 1a1bfd9348
commit 4b8bc76622

View File

@ -12,21 +12,6 @@ use OAuth2\Storage\ScopeInterface;
interface GrantTypeInterface interface GrantTypeInterface
{ {
/**
* The grant type identifier
* @var string
*/
protected $identifier = '';
/**
* The response type
*
* This is not used for most grant types
*
* @var null|string
*/
protected $responseType = null;
/** /**
* Returns the grant identifier (used to validate grant_type in OAuth2\AuthServer\issueAccessToken()) * Returns the grant identifier (used to validate grant_type in OAuth2\AuthServer\issueAccessToken())
* @return string * @return string