Interface IAuthenticationProvider
Assembly: MediaBrowser.Controller.dll
public interface IAuthenticationProvider
Properties
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
Task<ProviderAuthenticationResult> Authenticate(string username, string password)
Parameters
Type |
Name |
Description |
System.String |
username |
|
System.String |
password |
|
Returns
Declaration
Task ChangePassword(User user, string newPassword)
Parameters
Type |
Name |
Description |
User |
user |
|
System.String |
newPassword |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
Task<bool> HasPassword(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Extension Methods