mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-22 22:47:02 +00:00
9 lines
197 B
C#
9 lines
197 B
C#
namespace OidcSamples.AuthorizationServer.Quickstart.Account
|
|
{
|
|
public class TotpViewModel
|
|
{
|
|
public string KeyUri { get; set; }
|
|
public string Secret { get; set; }
|
|
}
|
|
}
|