Class AuthenticationInfoQuery
Inheritance
System.Object
AuthenticationInfoQuery
Namespace: MediaBrowser.Controller.Security
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class AuthenticationInfoQuery
Properties
AccessToken
Gets or sets the access token.
Declaration
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System. |
The access token. |
DeviceIds
Gets or sets the device identifier.
Declaration
public long[] DeviceIds { get; set; }
Property Value
Type | Description |
---|---|
System. |
The device identifier. |
EnableTotalRecordCount
Declaration
public bool EnableTotalRecordCount { get; set; }
Property Value
Type | Description |
---|---|
System. |
GroupByDeviceId
Declaration
public bool GroupByDeviceId { get; set; }
Property Value
Type | Description |
---|---|
System. |
HasUser
Gets or sets a value indicating whether this instance has user.
Declaration
public bool? HasUser { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
IsActive
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
System. |
Limit
Gets or sets the limit.
Declaration
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
System. |
The limit. |
OrderBy
Declaration
public (string, SortOrder)[] OrderBy { get; set; }
Property Value
Type | Description |
---|---|
System. |
ReportedDeviceId
Declaration
public string ReportedDeviceId { get; set; }
Property Value
Type | Description |
---|---|
System. |
StartIndex
Gets or sets the start index.
Declaration
public int? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System. |
The start index. |
SupportsSync
Declaration
public bool? SupportsSync { get; set; }
Property Value
Type | Description |
---|---|
System. |
UserId
Gets or sets the user identifier.
Declaration
public long UserId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The user identifier. |