fars 0.2.0

An unofficial Rust client for the Firebase Auth REST API.
Documentation
//! Shared data structures for the Firebase Auth API.

// Internal modules
pub(super) mod api_key;
pub(super) mod delete_attribute;
pub(super) mod display_name;
pub(super) mod email;
pub(super) mod expires_in;
pub(super) mod id_token;
pub(super) mod idp_post_body;
pub(super) mod language_code;
pub(super) mod oauth_continue_uri;
pub(super) mod oauth_request_uri;
pub(super) mod password;
pub(super) mod photo_url;
pub(super) mod project_id;
pub(super) mod provider_id;
pub(super) mod provider_user_info;
pub(super) mod refresh_token;
pub(super) mod user_data;