smart-id-rust-client 0.3.3

Smart ID Rust Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Smart ID Client Module
//!
//! This module provides the implementation of the Smart ID client, which includes methods for interacting with the Smart ID service.
//! It supports functionalities such as starting authentication, certificate choice, and signature sessions using device links.
//! Additionally, it provides utility functions for session management and user identity handling.
//!
//! # Modules
//!
//! - `smart_id_client`: Contains the main implementation of the Smart ID client.

mod reqwest_generic;
pub mod smart_id_client;