certified.models — Configuration Models
Pydantic models for the YAML config files stored in known_servers/ and known_clients/.
TrustedService
Bases: BaseModel
Defines a service provider. Used by clients to determine how to connect with the service.
Use the biscuit layer (Baker, BiscuitAuthz, Critic) for
authorisation — not this record.
Source code in certified/models.py
10 11 12 13 14 15 16 17 18 19 20 21 22 | |
TrustedClient
Bases: BaseModel
Defines a known client.
Source code in certified/models.py
4 5 6 7 8 | |