aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures/oauth2_grant.yml
blob: e52a2bce959e6e04eaa46dde4bd9352fb752dd6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- id: 1
  user_id: 1
  application_id: 1
  counter: 1
  scope: "openid profile"
  created_unix: 1546869730
  updated_unix: 1546869730

- id: 2
  user_id: 3
  application_id: 1
  counter: 1
  scope: "openid"
  created_unix: 1546869730
  updated_unix: 1546869730

- id: 3
  user_id: 5
  application_id: 1
  counter: 1
  scope: "openid profile email"
  created_unix: 1546869730
  updated_unix: 1546869730