TokenValidationParameters.ValidateLifetime Property

Definition

Gets or sets a boolean to control if the lifetime will be validated during token validation.

public bool ValidateLifetime { get; set; }
member this.ValidateLifetime : bool with get, set
Public Property ValidateLifetime As Boolean

Property Value

Remarks

This boolean only applies to default lifetime validation. If LifetimeValidator is set, it will be called regardless of whether this property is true or false. The default is true.

Applies to