2016-02-14 20:50:10 +03:00
|
|
|
<?php
|
|
|
|
return [
|
2016-11-24 00:59:44 +03:00
|
|
|
'admin-test1' => [
|
2019-09-18 02:14:05 +03:00
|
|
|
'account_id' => 1,
|
2016-11-24 00:59:44 +03:00
|
|
|
'client_id' => 'test1',
|
2019-09-23 00:53:13 +03:00
|
|
|
'legacy_id' => 1,
|
2019-09-18 02:14:05 +03:00
|
|
|
'scopes' => null,
|
2018-02-28 01:27:35 +03:00
|
|
|
'created_at' => 1479944472,
|
2016-11-23 23:41:33 +03:00
|
|
|
],
|
2016-12-29 02:01:26 +03:00
|
|
|
'banned-account-session' => [
|
2019-09-18 02:14:05 +03:00
|
|
|
'account_id' => 10,
|
2016-12-29 02:01:26 +03:00
|
|
|
'client_id' => 'test1',
|
2019-09-23 00:53:13 +03:00
|
|
|
'legacy_id' => 2,
|
2019-09-18 02:14:05 +03:00
|
|
|
'scopes' => null,
|
2018-02-28 01:27:35 +03:00
|
|
|
'created_at' => 1481421663,
|
|
|
|
],
|
|
|
|
'deleted-client-session' => [
|
2019-09-18 02:14:05 +03:00
|
|
|
'account_id' => 1,
|
2018-02-28 01:27:35 +03:00
|
|
|
'client_id' => 'deleted-oauth-client-with-sessions',
|
2019-09-23 00:53:13 +03:00
|
|
|
'legacy_id' => 3,
|
2019-09-18 02:14:05 +03:00
|
|
|
'scopes' => null,
|
2018-02-28 01:27:35 +03:00
|
|
|
'created_at' => 1519510065,
|
|
|
|
],
|
|
|
|
'actual-deleted-client-session' => [
|
2019-09-18 02:14:05 +03:00
|
|
|
'account_id' => 2,
|
2018-02-28 01:27:35 +03:00
|
|
|
'client_id' => 'deleted-oauth-client-with-sessions',
|
2019-09-23 00:53:13 +03:00
|
|
|
'legacy_id' => 4,
|
2019-09-18 02:14:05 +03:00
|
|
|
'scopes' => null,
|
2018-02-28 01:27:35 +03:00
|
|
|
'created_at' => 1519511568,
|
2016-12-29 02:01:26 +03:00
|
|
|
],
|
2016-02-14 20:50:10 +03:00
|
|
|
];
|