Show / Hide Table of Contents

Class ApplicationTokenLifetimeDto

Inheritance
object
ApplicationTokenLifetimeDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.OpenIddict.Applications.Dtos
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
Type Description
double?

AuthorizationCodeLifetime

Declaration
public double? AuthorizationCodeLifetime { get; set; }
Property Value
Type Description
double?

DeviceCodeLifetime

Declaration
public double? DeviceCodeLifetime { get; set; }
Property Value
Type Description
double?

IdentityTokenLifetime

Declaration
public double? IdentityTokenLifetime { get; set; }
Property Value
Type Description
double?

RefreshTokenLifetime

Declaration
public double? RefreshTokenLifetime { get; set; }
Property Value
Type Description
double?

UserCodeLifetime

Declaration
public double? UserCodeLifetime { get; set; }
Property Value
Type Description
double?
In this article
Back to top Powered by Volosoft