pub async fn disable_session(
configuration: &Configuration,
id: &str,
) -> Result<(), Error<DisableSessionError>>Expand description
Calling this endpoint deactivates the specified session. Session data is not deleted.
pub async fn disable_session(
configuration: &Configuration,
id: &str,
) -> Result<(), Error<DisableSessionError>>Calling this endpoint deactivates the specified session. Session data is not deleted.