diff options
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> |
