inth_oauth2_slack

Provides an implementation of inth-oauth2's Provider trait for Slack.

Documentation

Examples

```rust extern crate inthoauth2 as oauth; extern crate inthoauth2_slack;

let client = oauth::Client::new( inthoauth2slack::Slack, "".into(), "".into(), Some("".into()) );

// ... ```

License

See LICENSE.