mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Added getResponseType parameter
This commit is contained in:
@@ -5,4 +5,6 @@ namespace OAuth2;
|
||||
interface GrantTypeInterface
|
||||
{
|
||||
public function getIdentifier();
|
||||
|
||||
public function getResponseType();
|
||||
}
|
||||
|
Reference in New Issue
Block a user