mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01: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