Re-exports§
pub use client::OAuth42Client;pub use config::Config;pub use error::OAuth42Error;pub use error::Result;pub use introspection_cache::IntrospectionCache;pub use jwks::JwksValidator;pub use jwks::JwtClaims;pub use token_cache::ServiceClient;pub use token_cache::TokenCache;pub use types::TokenResponse;pub use types::TokenType;pub use types::UserInfo;pub use middleware::actix::OAuth42Auth;pub use middleware::axum::oauth42_auth;pub use middleware::axum::oauth42_auth_with_cache;pub use middleware::axum::OAuth42User;
Modules§
- auth
- client
- config
- discovery
- error
- introspection_
cache - jwks
- JWKS (JSON Web Key Set) token validation
- middleware
- session
- token_
cache - types
- utils