Click or drag to resize

SessionTokenValidHours Property

The number of hours a persisted user token is valid. The default is 12 hours.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int TokenValidHours { get; set; }

Property Value

Type: Int32
The number of hours a persisted user token is valid.
See Also