inth_oauth2_slack
Provides an implementation of inth-oauth2
's Provider
trait for Slack.
```rust extern crate inthoauth2 as oauth; extern crate inthoauth2_slack;
let client = oauth::Client::new(
inthoauth2slack::Slack,
"
// ... ```
See LICENSE
.