mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Added getResponseType parameter
This commit is contained in:
parent
9a41ab8bfc
commit
f74a35074a
@ -5,4 +5,6 @@ namespace OAuth2;
|
|||||||
interface GrantTypeInterface
|
interface GrantTypeInterface
|
||||||
{
|
{
|
||||||
public function getIdentifier();
|
public function getIdentifier();
|
||||||
|
|
||||||
|
public function getResponseType();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user