identificationOfCultivatedL.../OpenAuth.Identity/Quickstart/Device/DeviceAuthorizationViewMode...

14 lines
456 B
C#
Raw Permalink Normal View History

2026-02-04 10:30:49 +08:00
// 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.
using OpenAuth.IdentityServer.Quickstart.Consent;
namespace OpenAuth.IdentityServer.Quickstart.Device
{
public class DeviceAuthorizationViewModel : ConsentViewModel
{
public string UserCode { get; set; }
public bool ConfirmUserCode { get; set; }
}
}