updated nuget

This commit is contained in:
Luke Pulverenti
2013-07-27 11:40:53 -04:00
parent d038463afe
commit 54f824b1b3
4 changed files with 7 additions and 7 deletions

View File

@@ -450,11 +450,11 @@ namespace MediaBrowser.Model.ApiClient
/// <summary>
/// Authenticates a user and returns the result
/// </summary>
/// <param name="userId">The user id.</param>
/// <param name="username">The username.</param>
/// <param name="sha1Hash">The sha1 hash.</param>
/// <returns>Task.</returns>
/// <exception cref="ArgumentNullException">userId</exception>
Task AuthenticateUserAsync(string userId, byte[] sha1Hash);
Task AuthenticateUserAsync(string username, byte[] sha1Hash);
/// <summary>
/// Updates the server configuration async.