expiresAt property

DateTime? expiresAt
getter/setter pair

The time after which this session can not be used anymore.

If null, the session can be used indefinitely.

Implementation

DateTime? expiresAt;