Crate fars

source ·
Expand description

fars

An unofficial Rust client for Firebase Auth REST API.

Features

Re-exports

  • pub use crate::client::Client;
  • pub use crate::config::Config;
  • pub use crate::error::Error;
  • pub use crate::session::Session;

Modules

  • The Firebase Auth REST API impelemntations.
  • Provides an internal API client for the Firebase Auth.
  • Configuration for the Firebase Auth.
  • The error types for APIs.
  • Authentication session for a user of the Firebase Auth.
  • Verification of an ID token of the Firebase Auth.

Structs

Enums

Type Aliases

  • The result type for APIs.