TokenHandler.SetDefaultTimesOnTokenCreation Property

Definition

Gets or sets a bool that controls if token creation will set default 'exp', 'nbf' and 'iat' if not specified.

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

Property Value

Remarks

See: TokenLifetimeInMinutes for configuration.

Applies to