mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-05-05 21:56:28 +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