mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/oauth] Update interface appropriately
PHPBB3-11673
This commit is contained in:
parent
47b998ae48
commit
e9bf2bf09a
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@ interface phpbb_auth_provider_oauth_service_interface
|
|||
*/
|
||||
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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue