mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Removed respondsWith from interface
This commit is contained in:
@ -37,13 +37,6 @@ interface GrantTypeInterface extends EmitterAwareInterface
|
||||
*/
|
||||
public function getIdentifier();
|
||||
|
||||
/**
|
||||
* Details what the grant responds with
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function respondsWith();
|
||||
|
||||
/**
|
||||
* Respond to an incoming request
|
||||
*
|
||||
|
Reference in New Issue
Block a user