summaryrefslogtreecommitdiff
path: root/Forms/AuthenticationToken.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Forms/AuthenticationToken.cs')
-rw-r--r--Forms/AuthenticationToken.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Forms/AuthenticationToken.cs b/Forms/AuthenticationToken.cs
new file mode 100644
index 0000000..099080b
--- /dev/null
+++ b/Forms/AuthenticationToken.cs
@@ -0,0 +1,6 @@
+namespace BackendPIA.Forms {
+ public class AuthenticationToken {
+ public string Token { get; set; }
+ public string RefreshToken { get; set; }
+ }
+} \ No newline at end of file