[feature/oauth] Update interface appropriately

PHPBB3-11673
This commit is contained in:
Joseph Warner 2013-07-15 15:28:13 -04:00
parent 47b998ae48
commit e9bf2bf09a

View file

@ -49,6 +49,13 @@ interface phpbb_auth_provider_oauth_service_interface
*/ */
public function get_service_credentials(); public function get_service_credentials();
/**
* Returns the results of the authentication in json format
*
* @return type The results of the authentication action in json format.
*/
public function perform_auth_login();
/** /**
* Sets the external library service provider * Sets the external library service provider
* *