handle users logging in locally with Emby Connect

This commit is contained in:
Luke Pulverenti
2017-01-15 17:52:59 -05:00
parent 6e42398f9e
commit c47b602499
3 changed files with 50 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ namespace MediaBrowser.Controller.Connect
/// <param name="username">The username.</param>
/// <param name="passwordMd5">The password MD5.</param>
/// <returns>Task.</returns>
Task Authenticate(string username, string passwordMd5);
Task<ConnectAuthenticationResult> Authenticate(string username, string passwordMd5);
/// <summary>
/// Gets the local user.