15 lines
653 B
Markdown
15 lines
653 B
Markdown
# Services
|
|
|
|
Business logic services and credential management.
|
|
|
|
## Key Files
|
|
|
|
- **`MeasurementServiceBase.cs`** — Abstract base with generic TLogger injection.
|
|
- **`ISecureCredentialService.cs`** — Interface: SaveCredentialsAsync (2-day expiry), GetCredentialsAsync, ClearCredentialsAsync. StoredCredentials sealed record.
|
|
|
|
Platform implementations: MAUI → SecureStorage, Web → obfuscated localStorage, Server → no-op.
|
|
|
|
---
|
|
|
|
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.
|