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
2025-01-10 14:07:55 +05:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 01:27:35 +03:00
<
?
php
declare
(
strict_types
=
1
);
namespace
api\modules\oauth\exceptions
;
interface
OauthException
{
Implemented PHP-CS-Fixer support
2018-04-17 23:47:25 +03:00
Implementation of the backend for the OAuth2 clients management
2018-02-28 01:27:35 +03:00
}
Reference in New Issue
Copy Permalink