2016-02-14 23:20:10 +05:30
|
|
|
<?php
|
|
|
|
return [
|
2016-11-24 03:29:44 +05:30
|
|
|
'admin-test1' => [
|
2019-09-18 04:44:05 +05:30
|
|
|
'account_id' => 1,
|
2016-11-24 03:29:44 +05:30
|
|
|
'client_id' => 'test1',
|
2019-09-23 03:23:13 +05:30
|
|
|
'legacy_id' => 1,
|
2019-09-18 04:44:05 +05:30
|
|
|
'scopes' => null,
|
2018-02-28 03:57:35 +05:30
|
|
|
'created_at' => 1479944472,
|
2019-12-10 04:08:09 +05:30
|
|
|
'revoked_at' => null,
|
2020-09-30 23:00:04 +05:30
|
|
|
'last_used_at' => 1479944472,
|
2019-12-10 04:08:09 +05:30
|
|
|
],
|
|
|
|
'revoked-tlauncher' => [
|
|
|
|
'account_id' => 1,
|
|
|
|
'client_id' => 'tlauncher',
|
|
|
|
'legacy_id' => null,
|
|
|
|
'scopes' => null,
|
|
|
|
'created_at' => Carbon\Carbon::create(2019, 8, 1, 0, 0, 0, 'Europe/Minsk')->unix(),
|
|
|
|
'revoked_at' => Carbon\Carbon::create(2019, 8, 1, 1, 2, 0, 'Europe/Minsk')->unix(),
|
2020-09-30 23:00:04 +05:30
|
|
|
'last_used_at' => Carbon\Carbon::create(2019, 8, 1, 0, 0, 0, 'Europe/Minsk')->unix(),
|
2019-12-10 04:08:09 +05:30
|
|
|
],
|
|
|
|
'revoked-minecraft-game-launchers' => [
|
|
|
|
'account_id' => 1,
|
|
|
|
'client_id' => common\models\OauthClient::UNAUTHORIZED_MINECRAFT_GAME_LAUNCHER,
|
|
|
|
'legacy_id' => null,
|
|
|
|
'scopes' => null,
|
|
|
|
'created_at' => Carbon\Carbon::create(2019, 8, 1, 0, 0, 0, 'Europe/Minsk')->unix(),
|
|
|
|
'revoked_at' => Carbon\Carbon::create(2019, 8, 1, 1, 2, 0, 'Europe/Minsk')->unix(),
|
2020-09-30 23:00:04 +05:30
|
|
|
'last_used_at' => Carbon\Carbon::create(2019, 8, 1, 0, 0, 0, 'Europe/Minsk')->unix(),
|
2016-11-24 02:11:33 +05:30
|
|
|
],
|
2016-12-29 04:31:26 +05:30
|
|
|
'banned-account-session' => [
|
2019-09-18 04:44:05 +05:30
|
|
|
'account_id' => 10,
|
2016-12-29 04:31:26 +05:30
|
|
|
'client_id' => 'test1',
|
2019-09-23 03:23:13 +05:30
|
|
|
'legacy_id' => 2,
|
2019-09-18 04:44:05 +05:30
|
|
|
'scopes' => null,
|
2018-02-28 03:57:35 +05:30
|
|
|
'created_at' => 1481421663,
|
2019-12-10 04:08:09 +05:30
|
|
|
'revoked_at' => null,
|
2020-09-30 23:00:04 +05:30
|
|
|
'last_used_at' => 1481421663,
|
2018-02-28 03:57:35 +05:30
|
|
|
],
|
|
|
|
'deleted-client-session' => [
|
2019-09-18 04:44:05 +05:30
|
|
|
'account_id' => 1,
|
2018-02-28 03:57:35 +05:30
|
|
|
'client_id' => 'deleted-oauth-client-with-sessions',
|
2019-09-23 03:23:13 +05:30
|
|
|
'legacy_id' => 3,
|
2019-09-18 04:44:05 +05:30
|
|
|
'scopes' => null,
|
2018-02-28 03:57:35 +05:30
|
|
|
'created_at' => 1519510065,
|
2019-12-10 04:08:09 +05:30
|
|
|
'revoked_at' => null,
|
2020-09-30 23:00:04 +05:30
|
|
|
'last_used_at' => 1519510065,
|
2018-02-28 03:57:35 +05:30
|
|
|
],
|
|
|
|
'actual-deleted-client-session' => [
|
2019-09-18 04:44:05 +05:30
|
|
|
'account_id' => 2,
|
2018-02-28 03:57:35 +05:30
|
|
|
'client_id' => 'deleted-oauth-client-with-sessions',
|
2019-09-23 03:23:13 +05:30
|
|
|
'legacy_id' => 4,
|
2019-09-18 04:44:05 +05:30
|
|
|
'scopes' => null,
|
2018-02-28 03:57:35 +05:30
|
|
|
'created_at' => 1519511568,
|
2019-12-10 04:08:09 +05:30
|
|
|
'revoked_at' => null,
|
2020-09-30 23:00:04 +05:30
|
|
|
'last_used_at' => 1519511568,
|
2016-12-29 04:31:26 +05:30
|
|
|
],
|
2016-02-14 23:20:10 +05:30
|
|
|
];
|