Class ConnectAuthenticationResult
Inheritance
System.Object
ConnectAuthenticationResult
Namespace: MediaBrowser.Model.Connect
Assembly: MediaBrowser.Model.dll
Syntax
public class ConnectAuthenticationResult
Properties
AccessToken
Gets or sets the access token.
Declaration
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The access token. |
User
Gets or sets the user.
Declaration
public ConnectUser User { get; set; }
Property Value
Type | Description |
---|---|
ConnectUser | The user. |