13 lines
447 B
Markdown
13 lines
447 B
Markdown
# Services
|
|
|
|
Server-side service implementations.
|
|
|
|
## Key Files
|
|
|
|
- **`FormFactor.cs`** — Returns "Web" as form factor.
|
|
- **`ServerSecureCredentialService.cs`** — No-op implementation (clients handle credential storage).
|
|
|
|
---
|
|
|
|
> **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.
|