Expand description
Firebase Authentication module.
This module provides functionality for managing users (create, update, delete, list, get) and generating OOB (Out-of-Band) codes for email actions like password resets and email verification. It also includes ID token verification.
Modules§
- keys
- models
- Data models for Firebase Authentication.
- project_
config - project_
config_ impl - Project configuration management (OIDC, SAML).
- tenant_
mgt - Tenant management module.
- verifier
Structs§
- Firebase
Auth - Client for interacting with Firebase Authentication.
Enums§
- Auth
Error - Errors that can occur during Authentication operations.