C-DEngine 5.105

TheServiceHostInfo..::..TokenLifeTime Property

Live time for User Refresh Tokens

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

Syntax


public int TokenLifeTime { get; set; }
Public Property TokenLifeTime As Integer
	Get
	Set
public:
property int^ TokenLifeTime {
	int^ get ();
	void set (int^ value);
}