Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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.String

    The access token.

    DeviceIds

    Gets or sets the device identifier.

    Declaration
    public long[] DeviceIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    The device identifier.

    EnableTotalRecordCount

    Declaration
    public bool EnableTotalRecordCount { get; set; }
    Property Value
    Type Description
    System.Boolean

    GroupByDeviceId

    Declaration
    public bool GroupByDeviceId { get; set; }
    Property Value
    Type Description
    System.Boolean

    HasUser

    Gets or sets a value indicating whether this instance has user.

    Declaration
    public bool? HasUser { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    null if [has user] contains no value, true if [has user]; otherwise, false.

    IsActive

    Declaration
    public bool? IsActive { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Limit

    Gets or sets the limit.

    Declaration
    public int? Limit { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The limit.

    OrderBy

    Declaration
    public (string, SortOrder)[] OrderBy { get; set; }
    Property Value
    Type Description
    System.ValueTuple<System.String, SortOrder>[]

    ReportedDeviceId

    Declaration
    public string ReportedDeviceId { get; set; }
    Property Value
    Type Description
    System.String

    StartIndex

    Gets or sets the start index.

    Declaration
    public int? StartIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The start index.

    SupportsSync

    Declaration
    public bool? SupportsSync { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    UserId

    Gets or sets the user identifier.

    Declaration
    public long UserId { get; set; }
    Property Value
    Type Description
    System.Int64

    The user identifier.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.