namespace OidcSamples.AuthorizationServer.Quickstart.Account { public class TotpViewModel { public string KeyUri { get; set; } public string Secret { get; set; } } }