Class AuthenticationInfo
Inheritance
System.Object
AuthenticationInfo
Namespace: MediaBrowser.Controller.Security
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class AuthenticationInfo
Properties
AccessToken
Gets or sets the access token.
Declaration
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The access token. |
AppName
Gets or sets the name of the application.
Declaration
public string AppName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the application. |
AppVersion
Gets or sets the application version.
Declaration
public string AppVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String | The application version. |
DateCreated
Gets or sets the date created.
Declaration
public DateTimeOffset DateCreated { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The date created. |
DateLastActivity
Declaration
public DateTimeOffset DateLastActivity { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DeviceId
Declaration
public long DeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
DeviceName
Gets or sets the name of the device.
Declaration
public string DeviceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the device. |
Id
Gets or sets the identifier.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The identifier. |
IpAddress
Declaration
public IPAddress IpAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Net.IPAddress |
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReportedDeviceId
Gets or sets the device identifier.
Declaration
public string ReportedDeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The device identifier. |
UserId
Gets or sets the user identifier.
Declaration
public long UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The user identifier. |