mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Removed properties from Interface
This commit is contained in:
parent
1a1bfd9348
commit
4b8bc76622
@ -12,21 +12,6 @@ use OAuth2\Storage\ScopeInterface;
|
||||
|
||||
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())
|
||||
* @return string
|
||||
|
Loading…
Reference in New Issue
Block a user