mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
Refactoring doc block
This commit is contained in:
parent
b3da305166
commit
08e47803c9
@ -15,16 +15,16 @@ use Joomla\Database\DatabaseDriver;
|
|||||||
\defined('_JEXEC') or die;
|
\defined('_JEXEC') or die;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @property int $id ;
|
* @property int $id
|
||||||
* @property string $identifier ;
|
* @property string $identifier
|
||||||
* @property string $name ;
|
* @property string $name
|
||||||
* @property ?string $secret ;
|
* @property string|null $secret
|
||||||
* @property string|array|null $redirect_uris ;
|
* @property string|array $redirect_uris
|
||||||
* @property string|array|null $grants ;
|
* @property string|array $grants
|
||||||
* @property string|array|null $scopes ;
|
* @property string|array $scopes
|
||||||
* @property int $active ;
|
* @property int $active
|
||||||
* @property int $public ;
|
* @property int $public
|
||||||
* @property int $allow_plain_text_pkce;
|
* @property int $allow_plain_text_pkce
|
||||||
*
|
*
|
||||||
* @since version
|
* @since version
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user