Re-exports§
pub use error::ConfigError;pub use error::OAuthError;pub use error::Result as OAuthResult;pub use error::TokenStoreError;pub use grants::GrantType;pub use grants::TokenRequest;pub use grants::TokenResponse;pub use token_store::InMemoryTokenStore;pub use token_store::TokenRecord;pub use token_store::TokenStore;
Modules§
- actix
- Actix Web integration helpers re-exported at the crate root.
- axum
- Axum integration helpers re-exported at the crate root.
- error
- grants
- rocket
- Rocket integration helpers re-exported at the crate root.
- token_
store - warp
- Warp integration helpers re-exported at the crate root.
Structs§
- OAuth
Config - Immutable OAuth configuration shared across framework adapters.
- OAuth
Config Builder - Builder for
OAuthConfig.