selfprivacy-rest-api/tests/test_graphql/test_repository/test_tokens_repository/tokens.json

20 lines
477 B
JSON

{
"tokens": [
{
"token": "iamtoken",
"name": "primary_token",
"date": "2022-07-15 17:41:31.675698"
}
],
"recovery_token": {
"token": "iamtoken",
"date": "2022-09-24T17:54:07.607272",
"expiration": null,
"uses_left": null
},
"new_device": {
"token": "iamtoken",
"date": "2022-10-26 20:50:47.973212",
"expiration": "2022-10-26 21:00:47.974153"
}
}