Class AuthenticationResult
Inheritance
System.Object
AuthenticationResult
Namespace: MediaBrowser.Controller.Authentication
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class AuthenticationResult
Properties
AccessToken
Gets or sets the authentication token.
Declaration
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The authentication token. |
ServerId
Gets or sets the server identifier.
Declaration
public string ServerId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The server identifier. |
SessionInfo
Gets or sets the session information.
Declaration
public SessionInfo SessionInfo { get; set; }
Property Value
Type | Description |
---|---|
SessionInfo | The session information. |
User
Gets or sets the user.
Declaration
public UserDto User { get; set; }
Property Value
Type | Description |
---|---|
UserDto | The user. |