1//! Slack WEB API methods for [auth](https://api.slack.com/methods?filter=auth). 2 3pub mod revoke; 4pub mod teams_list; 5pub mod test;