# `inth_oauth2_slack` Provides an implementation of [`inth-oauth2`](https://crates.io/crates/inth-oauth2)'s `Provider` trait for [Slack](https://slack.com/). [Documentation](https://docs.rs/inth_oauth2_slack) ## Examples ```rust extern crate inth_oauth2 as oauth; extern crate inth_oauth2_slack; let client = oauth::Client::new( inth_oauth2_slack::Slack, "".into(), "".into(), Some("".into()) ); // ... ``` ## License See `LICENSE`.