TokenValidationParameters.RefreshBeforeValidation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a boolean to control if configuration required to be refreshed before token validation.
public bool RefreshBeforeValidation { get; set; }
member this.RefreshBeforeValidation : bool with get, set
Public Property RefreshBeforeValidation As Boolean
Property Value
Remarks
The default is false
.