expireAfterUnusedFor property

ColumnDuration expireAfterUnusedFor
latefinal

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

late final _i1.ColumnDuration expireAfterUnusedFor;