Class ProviderAuthenticationResult
Inheritance
System.Object
ProviderAuthenticationResult
Namespace: MediaBrowser.Controller.Authentication
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class ProviderAuthenticationResult
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |