mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 20:38:27 +01:00
update connect link text
This commit is contained in:
@@ -28,6 +28,13 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
|
||||
public class ServerUserAuthorizationResponse
|
||||
{
|
||||
|
||||
public string Id { get; set; }
|
||||
public string ServerId { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string AccessToken { get; set; }
|
||||
public string DateCreated { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
public string AcceptStatus { get; set; }
|
||||
public string UserType { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user