SetInactiveSessionTtl constructor

const SetInactiveSessionTtl({
  1. required int inactiveSessionTtlDays,
})

Changes the period of inactivity after which sessions will automatically be terminated

Implementation

const SetInactiveSessionTtl({
  required this.inactiveSessionTtlDays,
});