baserCMS クラスリファレンス

Oauth2AccessToken extends Entity
in package

Oauth2AccessToken Entity

Table of Contents

Properties

$client_id  : string
$created  : DateTime|null
$expires_at  : DateTime
$id  : int
$modified  : DateTime|null
$revoked  : bool
$scopes  : string
$token_id  : string
$user_id  : string|null
$_accessible  : array<string|int, mixed>|array<string|int, true>
accessible properties

Properties

$_accessible

accessible properties

protected array<string|int, mixed>|array<string|int, true> $_accessible = ['token_id' => true, 'client_id' => true, 'user_id' => true, 'scopes' => true, 'revoked' => true, 'expires_at' => true, 'created' => true, 'modified' => true]
On this page

Search results