Expand description
Firebase Authentication: ID token verification, custom token creation, session cookies, and user management.
Re-exports§
pub use client::AuthClient;pub use client::AuthClientBuilder;pub use error::AuthError;pub use mode::ClientMode;pub use users::CreateUserRequest;pub use users::UpdateUserRequest;pub use users::UserRecord;
Modules§
- client
- The
AuthCliententry point and its builder. - custom_
token - Local signing of Firebase custom tokens.
- error
- Error types for the
authmodule. - id_
token - Firebase ID token claims and verification.
- identity_
toolkit - Wire-format types and endpoint URLs for the Identity Toolkit REST API.
- mode
- Runtime live/emulator mode selection.
- session_
cookie - Session cookie creation and verification.
- users
- Ergonomic user management API, backed by the Identity Toolkit REST API.