1个不稳定版本
使用旧的Rust 2015
0.0.1 | 2018年4月30日 |
---|
#72 在 #slack
4KB
inth_oauth2_slack
为Slack提供inth-oauth2
的Provider
特质的实现。
示例
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
。
lib.rs
:
inth_oauth2_slack
为Slack提供inth-oauth2
的Provider
特质的实现。
示例
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())
);
// ...
依赖
~15–26MB
~445K SLoC