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

    Show / Hide Table of Contents

    Class AuthorizationInfo

    Inheritance
    System.Object
    AuthorizationInfo
    Namespace: MediaBrowser.Controller.Net
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class AuthorizationInfo

    Properties

    Client

    Gets or sets the client.

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

    The client.

    Device

    Gets or sets the device.

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

    The device.

    DeviceId

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

    Language

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

    ReportedDeviceId

    Gets or sets the device identifier.

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

    The device identifier.

    Token

    Gets or sets the token.

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

    The token.

    User

    Declaration
    public User User { get; set; }
    Property Value
    Type Description
    User

    UserId

    Gets or sets the user identifier.

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

    The user identifier.

    Version

    Gets or sets the version.

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

    The version.

    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.