using System.Collections.Generic; using BTCPayServer.Data; namespace BTCPayServer.Fido2.Models { public class Fido2AuthenticationViewModel { public List Credentials { get; set; } } }