Skip to main content

Module model

Module model 

Source
Expand description

Ergonomic, Rust-facing user types.

These are distinct from the crate-internal wire-format DTOs used to talk to the Identity Toolkit REST API, so that the public API never exposes Google’s REST field naming or shapes directly.

Structs§

CreateUserRequest
Fields accepted when creating a new user.
UpdateUserRequest
Fields accepted when updating an existing user. None fields are left unchanged.
UserRecord
A Firebase user record.