mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Implementation of the backend for the OAuth2 clients management
This commit is contained in:
8
api/modules/oauth/exceptions/InvalidOauthClientState.php
Normal file
8
api/modules/oauth/exceptions/InvalidOauthClientState.php
Normal file
@@ -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