summaryrefslogtreecommitdiff
path: root/spec/support/gitlab_stubs/session.json
blob: 688175369ae5bdea2f471b80740e87716d24244b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "id":2,
  "username":"jsmith",
  "email":"test@test.com",
  "name":"John Smith",
  "bio":"",
  "skype":"aertert",
  "linkedin":"",
  "twitter":"",
  "theme_id":2,"color_scheme_id":2,
  "state":"active",
  "created_at":"2012-12-21T13:02:20Z",
  "extern_uid":null,
  "provider":null,
  "is_admin":false,
  "can_create_group":false,
  "can_create_project":false,
  "private_token":"Wvjy2Krpb7y8xi93owUz",
  "access_token":"Wvjy2Krpb7y8xi93owUz"
}