aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/AuthenticationRequest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Session/AuthenticationRequest.cs')
-rw-r--r--MediaBrowser.Controller/Session/AuthenticationRequest.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/MediaBrowser.Controller/Session/AuthenticationRequest.cs b/MediaBrowser.Controller/Session/AuthenticationRequest.cs
deleted file mode 100644
index 1b684fa8f..000000000
--- a/MediaBrowser.Controller/Session/AuthenticationRequest.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-
-namespace MediaBrowser.Controller.Session
-{
- public class AuthenticationRequest
- {
- public string Username { get; set; }
- public string UserId { get; set; }
- public string Password { get; set; }
- public string PasswordSha1 { get; set; }
- public string PasswordMd5 { get; set; }
- public string App { get; set; }
- public string AppVersion { get; set; }
- public string DeviceId { get; set; }
- public string DeviceName { get; set; }
- public string RemoteEndPoint { get; set; }
- }
-}