This website requires JavaScript.
Explore
Help
Register
Sign In
ElyBy-Mirror
/
accounts
Watch
1
Star
0
Fork
0
You've already forked accounts
mirror of
https://github.com/elyby/accounts.git
synced
2024-11-06 16:21:08 +05:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
43a4a58053
accounts
/
api
/
modules
/
oauth
/
exceptions
/
OauthException.php
9 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
Implementation of the backend for the OAuth2 clients management
2018-02-28 03:57:35 +05:30
<
?
php
declare
(
strict_types
=
1
);
namespace
api\modules\oauth\exceptions
;
interface
OauthException
{
Implemented PHP-CS-Fixer support
2018-04-18 02:17:25 +05:30
Implementation of the backend for the OAuth2 clients management
2018-02-28 03:57:35 +05:30
}
Reference in New Issue
Copy Permalink