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