TF-439 Implement handle register new token when expired

This commit is contained in:
dab246
2022-11-29 16:24:04 +07:00
committed by Dat H. Pham
parent 92da2d5152
commit d5e093150f
10 changed files with 166 additions and 7 deletions
@@ -48,6 +48,7 @@ void main() {
data: {
"using": [
"urn:ietf:params:jmap:core",
"urn:ietf:params:jmap:mail",
"com:linagora:params:jmap:firebase:push"
],
"methodCalls": [
@@ -69,7 +70,7 @@ void main() {
headers: {
"accept": "application/json;jmapVersion=rfc-8621",
"content-type": "application/json; charset=utf-8",
"content-length": 225
"content-length": 253
}
);