pub async fn revoke_sessions(
    configuration: &Configuration,
    x_session_token: Option<&str>,
    cookie: Option<&str>
) -> Result<RevokedSessions, Error<RevokeSessionsError>>
Expand description

This endpoint is useful for: To forcefully logout the current user from all other devices and sessions