Moved GrantTypeInterface

This commit is contained in:
Alex Bilbie 2013-01-29 16:18:45 +00:00
parent 74f48d28a4
commit 14b680f6be

View File

@ -7,4 +7,6 @@ interface GrantTypeInterface
public function getIdentifier(); public function getIdentifier();
public function getResponseType(); public function getResponseType();
public function completeFlow();
} }