Class ApplicationTokenLifetimeDto
Inheritance
ApplicationTokenLifetimeDto
Assembly: Volo.Abp.OpenIddict.Pro.Application.Contracts.dll
Syntax
public class ApplicationTokenLifetimeDto
Constructors
ApplicationTokenLifetimeDto()
Declaration
public ApplicationTokenLifetimeDto()
Properties
AccessTokenLifetime
Declaration
public double? AccessTokenLifetime { get; set; }
Property Value
AuthorizationCodeLifetime
Declaration
public double? AuthorizationCodeLifetime { get; set; }
Property Value
DeviceCodeLifetime
Declaration
public double? DeviceCodeLifetime { get; set; }
Property Value
IdentityTokenLifetime
Declaration
public double? IdentityTokenLifetime { get; set; }
Property Value
RefreshTokenLifetime
Declaration
public double? RefreshTokenLifetime { get; set; }
Property Value
UserCodeLifetime
Declaration
public double? UserCodeLifetime { get; set; }
Property Value
Extension Methods