1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-12 00:34:20 -04:00
gitea/models/fixtures/oauth2_grant.yml

23 lines
401 B
YAML
Raw Normal View History

2019-03-08 11:42:50 -05:00
- id: 1
user_id: 1
application_id: 1
counter: 1
scope: "openid profile"
2019-03-08 11:42:50 -05:00
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