.NET SDK Client for FIDO API
FidoClientSdk is a .NET 8 class library that provides a strongly-typed client to interact with the FIDO (Fast IDentity Online) API.
It simplifies integration with FIDO authentication flows by wrapping API endpoints into easy-to-use async methods.
- Support for MakeCredentialRequest and MakeCredentialResponse APIs
- Support for GetAssertionRequest and GetAssertionResponse APIs
- Strongly typed request/response models
HttpClient
-based service with DI-friendly design- Automatic JSON (de)serialization
- BSON attributes support for MongoDB compatibility
Install via NuGet Package Manager Console:
Install-Package FidoClientSdk