C-DEngine 5.105

TheHistoryParameters..::..TokenExpiration Property

If the token is not accessed for this time, it will be deleted and become invalid

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<TimeSpan> TokenExpiration { get; set; }
Public Property TokenExpiration As Nullable(Of TimeSpan)
	Get
	Set
public:
property Nullable<TimeSpan^> TokenExpiration {
	Nullable<TimeSpan^> get ();
	void set (Nullable<TimeSpan^> value);
}