Class AuthenticationRequest
Inheritance
System.Object
AuthenticationRequest
Assembly: MediaBrowser.Controller.dll
public sealed class AuthenticationRequest
Properties
Declaration
public string App { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string AppVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DeviceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DeviceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Protocol { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IPAddress RemoteAddress { get; set; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
Declaration
public long UserId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods