Skip to main content

firebase_admin/auth/identity_toolkit/
mod.rs

1//! Wire-format types and endpoint URLs for the Identity Toolkit REST API.
2
3pub mod endpoints;
4pub(crate) mod requests;
5
6pub use endpoints::IdentityToolkitEndpoints;