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

    Show / Hide Table of Contents

    Class AuthenticationRequest

    Inheritance
    System.Object
    AuthenticationRequest
    Namespace: MediaBrowser.Controller.Session
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class AuthenticationRequest

    Properties

    App

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

    AppVersion

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

    DeviceId

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

    DeviceName

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

    Password

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

    Protocol

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

    RemoteAddress

    Declaration
    public IPAddress RemoteAddress { get; set; }
    Property Value
    Type Description
    System.Net.IPAddress

    UserId

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

    Username

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

    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.