pub async fn set_inactive_session_ttl(
inactive_session_ttl_days: i32,
client_id: i32,
) -> Result<(), Error>Expand description
Changes the period of inactivity after which sessions will automatically be terminated
ยงArguments
inactive_session_ttl_days- New number of days of inactivity before sessions will be automatically terminated; 1-366 daysclient_id- The client id to send the request to