aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/IUserManager.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs
index 5aa58aa57..97a3cced9 100644
--- a/MediaBrowser.Controller/Library/IUserManager.cs
+++ b/MediaBrowser.Controller/Library/IUserManager.cs
@@ -118,6 +118,14 @@ namespace MediaBrowser.Controller.Library
Task ResetPassword(User user);
/// <summary>
+ /// Gets the offline user dto.
+ /// </summary>
+ /// <param name="user">The user.</param>
+ /// <param name="deviceId">The device identifier.</param>
+ /// <returns>UserDto.</returns>
+ UserDto GetOfflineUserDto(User user, string deviceId);
+
+ /// <summary>
/// Resets the easy password.
/// </summary>
/// <param name="user">The user.</param>