Show / Hide Table of Contents

Class DeviceFlowCodesEto

Inheritance
System.Object
DeviceFlowCodesEto
Namespace: Volo.Abp.IdentityServer.Devices
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class DeviceFlowCodesEto : object

Properties

ClientId

Declaration
public string ClientId { get; set; }
Property Value
Type Description
System.String

Data

Declaration
public string Data { get; set; }
Property Value
Type Description
System.String

DeviceCode

Declaration
public string DeviceCode { get; set; }
Property Value
Type Description
System.String

Expiration

Declaration
public DateTime? Expiration { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

SubjectId

Declaration
public string SubjectId { get; set; }
Property Value
Type Description
System.String

UserCode

Declaration
public string UserCode { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft