login_response.json 534 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "username": "admin",
  3. "firstName": "Admin",
  4. "permissions": [
  5. {
  6. "electionEvent": [
  7. "view",
  8. "edit"
  9. ]
  10. },
  11. {
  12. "contest": [
  13. "view",
  14. "edit"
  15. ]
  16. },
  17. {
  18. "ballot": [
  19. "view",
  20. "edit"
  21. ]
  22. },
  23. {
  24. "ballotBox": [
  25. "view",
  26. "edit"
  27. ]
  28. },
  29. {
  30. "electoralAuthority": null
  31. },
  32. {
  33. "votingCardSet": [
  34. "view",
  35. "edit"
  36. ]
  37. }
  38. ],
  39. "token": "838fa8e92dd94d5a977bedc1e36b412a"
  40. }