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:02:14 -0500 |
| commit | f26693c9a344716040b658d029f805998bec12b1 (patch) | |
| tree | 97759dff382fcb345ebc6388626dd6191ab23dc9 /MediaBrowser.Controller/Security/AuthenticationInfoQuery.cs | |
| parent | a2a620a4c4d5dd36c50aa8786ce7fae220665ab9 (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> |
