diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-07 12:17:39 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-07 12:17:39 -0400 |
| commit | 8fc828361e6e6019bc833ffba1d5ef8fc8605ac9 (patch) | |
| tree | f06929b9d9ee013a3fb49b2f53abd7a9f7e4b7bc /MediaBrowser.Model/Entities/AuthenticationResult.cs | |
| parent | 31c710ca34e91a21356a19a6c1f3f6f5f3a2011f (diff) | |
Updated authentication
Diffstat (limited to 'MediaBrowser.Model/Entities/AuthenticationResult.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/AuthenticationResult.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/AuthenticationResult.cs b/MediaBrowser.Model/Entities/AuthenticationResult.cs new file mode 100644 index 000000000..312e71f38 --- /dev/null +++ b/MediaBrowser.Model/Entities/AuthenticationResult.cs @@ -0,0 +1,11 @@ +using ProtoBuf;
+
+namespace MediaBrowser.Model.Entities
+{
+ [ProtoContract]
+ public class AuthenticationResult
+ {
+ [ProtoMember(1)]
+ public bool Success { get; set; }
+ }
+}
|
