diff options
| author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-24 22:12:44 -0400 |
|---|---|---|
| committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-24 22:14:21 -0400 |
| commit | 7f6b2a984927915a70b8e03bbdddd00d73910436 (patch) | |
| tree | 576646aba6bee2a4799521ad30785d53446a43df /phpBB/phpbb/auth/provider/oauth/service/interface.php | |
| parent | d847df717573a55cc6e13211fbe853b4784cf53c (diff) | |
| download | forums-7f6b2a984927915a70b8e03bbdddd00d73910436.tar forums-7f6b2a984927915a70b8e03bbdddd00d73910436.tar.gz forums-7f6b2a984927915a70b8e03bbdddd00d73910436.tar.bz2 forums-7f6b2a984927915a70b8e03bbdddd00d73910436.tar.xz forums-7f6b2a984927915a70b8e03bbdddd00d73910436.zip | |
[feature/oauth] OAuth service exception
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/service/interface.php')
| -rw-r--r-- | phpBB/phpbb/auth/provider/oauth/service/interface.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/service/interface.php b/phpBB/phpbb/auth/provider/oauth/service/interface.php index 0d6ae7417f..3bba7c0e2c 100644 --- a/phpBB/phpbb/auth/provider/oauth/service/interface.php +++ b/phpBB/phpbb/auth/provider/oauth/service/interface.php @@ -52,6 +52,7 @@ interface phpbb_auth_provider_oauth_service_interface /** * Returns the results of the authentication in json format * + * @throws phpbb_auth_provider_oauth_service_exception * @return string The unique identifier returned by the service provider * that is used to authenticate the user with phpBB. */ @@ -61,6 +62,7 @@ interface phpbb_auth_provider_oauth_service_interface * Returns the results of the authentication in json format * Use this function when the user already has an access token * + * @throws phpbb_auth_provider_oauth_service_exception * @return string The unique identifier returned by the service provider * that is used to authenticate the user with phpBB. */ |
