Crate oauth

Crate oauth 

Source

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§

OAuthConfig
Immutable OAuth configuration shared across framework adapters.
OAuthConfigBuilder
Builder for OAuthConfig.