Skip to main content

Module auth

Module auth 

Source
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 AuthClient entry point and its builder.
custom_token
Local signing of Firebase custom tokens.
error
Error types for the auth module.
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.