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