expiresAt property
The time after which this session can not be used anymore.
If null
, the session can be used indefinitely.
Implementation
DateTime? expiresAt;
The time after which this session can not be used anymore.
If null
, the session can be used indefinitely.
DateTime? expiresAt;