mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Updated authentication
This commit is contained in:
parent
31c710ca34
commit
8fc828361e
11
MediaBrowser.Model/Entities/AuthenticationResult.cs
Normal file
11
MediaBrowser.Model/Entities/AuthenticationResult.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using ProtoBuf;
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
[ProtoContract]
|
||||
public class AuthenticationResult
|
||||
{
|
||||
[ProtoMember(1)]
|
||||
public bool Success { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user