Docs.rs
oauth-axum-0.1.4
oauth-axum 0.1.4
Permalink
Docs.rs crate page
LGPL-3.0-or-later
Links
crates.io
Source
Owners
torto
Dependencies
async-trait ^0.1.80
normal
oauth2 ^4.4.2
normal
axum ^0.7.5
dev
dotenv ^0.15.0
dev
serde ^1.0.198
dev
tokio ^1.37.0
dev
tokio-postgres ^0.7.10
dev
Versions
12.77%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
oauth_axum/
error.rs
1
pub enum
OauthError {
2
TokenRequestFailed,
3
AuthUrlCreationFailed,
4
}