Save device token on middleware

This commit is contained in:
Eudes Inácio
2021-02-01 13:31:33 +01:00
parent 14cd929715
commit 6e8c55ab76
4 changed files with 82 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
export class Token {
UserId: number;
TokenId: string;
Status: number;
Service: number
}