Class ApplicationTokenLifetimeModalView
Inheritance
ApplicationTokenLifetimeModalView
Assembly: Volo.Abp.OpenIddict.Pro.Blazor.dll
Syntax
public class ApplicationTokenLifetimeModalView
Constructors
ApplicationTokenLifetimeModalView()
Declaration
public ApplicationTokenLifetimeModalView()
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