inth_oauth2_slack

Crates.iointh_oauth2_slack
lib.rsinth_oauth2_slack
version0.0.1
sourcesrc
created_at2018-04-30 15:36:13.465353
updated_at2018-04-30 15:36:13.465353
descriptionOAuth2 provider for Slack via the `inth-oauth2` crate
homepagehttps://github.com/Phrohdoh/inth_oauth2_slack
repositoryhttps://github.com/Phrohdoh/inth_oauth2_slack
max_upload_size
id63168
size4,743
Taryn (Phrohdoh)

documentation

https://docs.rs/inth_oauth2_slack

README

inth_oauth2_slack

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

Documentation

Examples

extern crate inth_oauth2 as oauth;
extern crate inth_oauth2_slack;

let client = oauth::Client::new(
    inth_oauth2_slack::Slack,
    "<your client id>".into(),
    "<your client secret>".into(),
    Some("<your redirect url>".into())
);

// ...

License

See LICENSE.

Commit count: 2

cargo fmt