Removed respondsWith from interface

This commit is contained in:
Alex Bilbie 2016-02-12 17:52:37 +00:00
parent 29068dd84c
commit 7f2fd69d0a

View File

@ -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
*