diff --git a/src/OAuth2/GrantTypeInterface.php b/src/OAuth2/GrantTypeInterface.php index c8eb83c8..ce79a6eb 100644 --- a/src/OAuth2/GrantTypeInterface.php +++ b/src/OAuth2/GrantTypeInterface.php @@ -5,4 +5,6 @@ namespace OAuth2; interface GrantTypeInterface { public function getIdentifier(); + + public function getResponseType(); }