isn/Quickstart/Device/DeviceAuthorizationInputModel.cs
Paul Schneider ec5bd7ca1f builds
2021-04-11 22:22:37 +01:00

13 lines
No EOL
354 B
C#

// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace IdentityServerHost.Quickstart.UI
{
public class DeviceAuthorizationInputModel : ConsentInputModel
{
public string UserCode { get; set; }
}
}