From 4f207c43dd912b710345e083adfb6ad45c849b1d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 17 Oct 2014 00:52:41 -0400 Subject: update connect methods --- MediaBrowser.Controller/Library/IUserManager.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'MediaBrowser.Controller/Library/IUserManager.cs') diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs index 39ec2b85d..e9785e2ce 100644 --- a/MediaBrowser.Controller/Library/IUserManager.cs +++ b/MediaBrowser.Controller/Library/IUserManager.cs @@ -131,5 +131,15 @@ namespace MediaBrowser.Controller.Library /// The remote end point. /// UserDto. UserDto GetUserDto(User user, string remoteEndPoint = null); + + /// + /// Authenticates the user. + /// + /// The username. + /// The password sha1. + /// The password MD5. + /// The remote end point. + /// Task<System.Boolean>. + Task AuthenticateUser(string username, string passwordSha1, string passwordMd5, string remoteEndPoint); } } -- cgit v1.2.3