using System.Collections.Generic; namespace ErsatzTV.Infrastructure.Plex { public class PlexSecrets { public string ClientIdentifier { get; set; } public Dictionary UserAuthTokens { get; set; } public Dictionary ServerAuthTokens { get; set; } } }