expireAfterUnusedFor property

Duration? expireAfterUnusedFor
getter/setter pair

The maximum duration this session can go unused.

If set, and the session is used after lastUsed + expireAfterUnusedFor, then it will be rejected.

If null, the session is valid until expiresAt.

Implementation

Duration? expireAfterUnusedFor;