2016-02-14 20:50:10 +03:00
|
|
|
<?php
|
|
|
|
return [
|
2016-11-24 00:59:44 +03:00
|
|
|
'admin-test1' => [
|
2016-11-23 23:41:33 +03:00
|
|
|
'id' => 1,
|
|
|
|
'owner_type' => 'user',
|
|
|
|
'owner_id' => 1,
|
2016-11-24 00:59:44 +03:00
|
|
|
'client_id' => 'test1',
|
|
|
|
'client_redirect_uri' => 'http://test1.net/oauth',
|
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' => [
|
|
|
|
'id' => 2,
|
|
|
|
'owner_type' => 'user',
|
|
|
|
'owner_id' => 10,
|
|
|
|
'client_id' => 'test1',
|
|
|
|
'client_redirect_uri' => 'http://test1.net/oauth',
|
2018-02-28 01:27:35 +03:00
|
|
|
'created_at' => 1481421663,
|
|
|
|
],
|
|
|
|
'deleted-client-session' => [
|
|
|
|
'id' => 3,
|
|
|
|
'owner_type' => 'user',
|
|
|
|
'owner_id' => 1,
|
|
|
|
'client_id' => 'deleted-oauth-client-with-sessions',
|
|
|
|
'client_redirect_uri' => 'http://not-exists-site.com/oauth/ely',
|
|
|
|
'created_at' => 1519510065,
|
|
|
|
],
|
|
|
|
'actual-deleted-client-session' => [
|
|
|
|
'id' => 4,
|
|
|
|
'owner_type' => 'user',
|
|
|
|
'owner_id' => 2,
|
|
|
|
'client_id' => 'deleted-oauth-client-with-sessions',
|
|
|
|
'client_redirect_uri' => 'http://not-exists-site.com/oauth/ely',
|
|
|
|
'created_at' => 1519511568,
|
2016-12-29 02:01:26 +03:00
|
|
|
],
|
2016-02-14 20:50:10 +03:00
|
|
|
];
|