diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-19 22:02:14 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-19 22:03:57 -0500 |
| commit | b959b7d44792d7624a50b577ae14c8c83666f6ca (patch) | |
| tree | f6f2eef1759f31de401296b6078b08f9e42a4b77 /MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs | |
| parent | a5d54256ffb79dd1d0a06df0536f772bbeff9d3d (diff) | |
add back api keys
Diffstat (limited to 'MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs')
| -rw-r--r-- | MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs b/MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs index 3234b0350..273dfd43c 100644 --- a/MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs +++ b/MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs @@ -28,6 +28,12 @@ namespace MediaBrowser.Controller.Security public bool? IsActive { get; set; } /// <summary> + /// Gets or sets a value indicating whether this instance has user. + /// </summary> + /// <value><c>null</c> if [has user] contains no value, <c>true</c> if [has user]; otherwise, <c>false</c>.</value> + public bool? HasUser { get; set; } + + /// <summary> /// Gets or sets the start index. /// </summary> /// <value>The start index.</value> |
