Docs.rs
graph-oauth-2.0.2
graph-oauth 2.0.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sreeise
Dependencies
anyhow ^1.0.69
normal
async-trait ^0.1.35
normal
base64 ^0.21.0
normal
dyn-clone ^1.0.14
normal
graph-core ^2.0.2
normal
graph-error ^0.3.2
normal
hex ^0.4.3
normal
http ^1
normal
jsonwebtoken ^9.1.0
normal
lazy_static ^1.4.0
normal
openssl ^0.10
normal
optional
reqwest ^0.12
normal
serde ^1
normal
serde-aux ^4.1.2
normal
serde_json ^1
normal
serde_urlencoded ^0.7.1
normal
strum ^0.25.0
normal
tao ^0.26.1
normal
optional
time ^0.3.10
normal
tokio ^1.27.0
normal
tracing ^0.1.37
normal
url ^2
normal
uuid ^1.3.1
normal
wry ^0.37.0
normal
optional
Versions
37.16%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
graph_oauth/identity/credentials/legacy/
mod.rs
1
mod
implicit_credential;
2
3
pub use
implicit_credential::
*
;