mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Removed respondsWith from interface
This commit is contained in:
parent
29068dd84c
commit
7f2fd69d0a
@ -37,13 +37,6 @@ interface GrantTypeInterface extends EmitterAwareInterface
|
|||||||
*/
|
*/
|
||||||
public function getIdentifier();
|
public function getIdentifier();
|
||||||
|
|
||||||
/**
|
|
||||||
* Details what the grant responds with
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function respondsWith();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Respond to an incoming request
|
* Respond to an incoming request
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user