Crate leptos_oidc
source ·Re-exports§
pub use error::AuthError;
pub use components::*;
Modules§
Structs§
- Authentication handler responsible for handling user authentication and token management.
- Represents authentication parameters required for initializing the
Auth
structure. These parameters include authentication and token endpoints, client ID, and other related data.