Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ErsatzTV.Infrastructure.Plex
|
||||
{
|
||||
public class PlexSecrets
|
||||
{
|
||||
public string ClientIdentifier { get; set; }
|
||||
public Dictionary<string, string> UserAuthTokens { get; set; }
|
||||
public Dictionary<string, string> ServerAuthTokens { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user