Get the idle session timeout in seconds (0 = no timeout).
(&self)
| 225 | |
| 226 | /// Get the idle session timeout in seconds (0 = no timeout). |
| 227 | pub fn idle_timeout_secs(&self) -> u64 { |
| 228 | self.idle_timeout_secs |
| 229 | } |
| 230 | |
| 231 | /// Get the absolute session lifetime in seconds (0 = disabled). |
| 232 | pub fn session_absolute_timeout_secs(&self) -> u64 { |
no outgoing calls
no test coverage detected