mirror of
https://github.com/elyby/accounts.git
synced 2026-05-13 19:24:22 +05:30
Implementation of the backend for the OAuth2 clients management
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace api\modules\oauth\exceptions;
|
||||
|
||||
use yii\base\Exception;
|
||||
|
||||
class InvalidOauthClientState extends Exception implements OauthException {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user