Class DeviceFlowCodesEto
Inheritance
DeviceFlowCodesEto
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class DeviceFlowCodesEto
Constructors
DeviceFlowCodesEto()
Declaration
public DeviceFlowCodesEto()
Properties
ClientId
Declaration
public string ClientId { get; set; }
Property Value
Data
Declaration
public string Data { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DeviceCode
Declaration
public string DeviceCode { get; set; }
Property Value
Expiration
Declaration
public DateTime? Expiration { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
SessionId
Declaration
public string SessionId { get; set; }
Property Value
SubjectId
Declaration
public string SubjectId { get; set; }
Property Value
UserCode
Declaration
public string UserCode { get; set; }
Property Value
Extension Methods