2016-02-14 23:20:10 +05:30
|
|
|
<?php
|
|
|
|
return [
|
2016-11-24 03:29:44 +05:30
|
|
|
'admin-test1' => [
|
2016-11-24 02:11:33 +05:30
|
|
|
'id' => 1,
|
|
|
|
'owner_type' => 'user',
|
|
|
|
'owner_id' => 1,
|
2016-11-24 03:29:44 +05:30
|
|
|
'client_id' => 'test1',
|
|
|
|
'client_redirect_uri' => 'http://test1.net/oauth',
|
2018-02-28 03:57:35 +05:30
|
|
|
'created_at' => 1479944472,
|
2016-11-24 02:11:33 +05:30
|
|
|
],
|
2016-12-29 04:31:26 +05:30
|
|
|
'banned-account-session' => [
|
|
|
|
'id' => 2,
|
|
|
|
'owner_type' => 'user',
|
|
|
|
'owner_id' => 10,
|
|
|
|
'client_id' => 'test1',
|
|
|
|
'client_redirect_uri' => 'http://test1.net/oauth',
|
2018-02-28 03:57:35 +05:30
|
|
|
'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 04:31:26 +05:30
|
|
|
],
|
2016-02-14 23:20:10 +05:30
|
|
|
];
|