mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
completed auth database
This commit is contained in:
@@ -21,6 +21,6 @@ namespace MediaBrowser.Model.Users
|
||||
/// Gets or sets the authentication token.
|
||||
/// </summary>
|
||||
/// <value>The authentication token.</value>
|
||||
public string AuthenticationToken { get; set; }
|
||||
public string AccessToken { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user