mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
added return result to authenticate
This commit is contained in:
@@ -9,6 +9,7 @@ using MediaBrowser.Model.Serialization;
|
||||
using MediaBrowser.Model.Session;
|
||||
using MediaBrowser.Model.System;
|
||||
using MediaBrowser.Model.Tasks;
|
||||
using MediaBrowser.Model.Users;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
@@ -454,7 +455,7 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <param name="sha1Hash">The sha1 hash.</param>
|
||||
/// <returns>Task.</returns>
|
||||
/// <exception cref="ArgumentNullException">userId</exception>
|
||||
Task AuthenticateUserAsync(string username, byte[] sha1Hash);
|
||||
Task<AuthenticationResult> AuthenticateUserAsync(string username, byte[] sha1Hash);
|
||||
|
||||
/// <summary>
|
||||
/// Updates the server configuration async.
|
||||
|
||||
Reference in New Issue
Block a user