consent
Table of Contents
Classes
- Consent
- A consent holds all information of a single given consent. In other words, it allows
to parse the current consent which is written in the current cookie and additionally,
allows to modify it.
- PersistedTransaction
- A persisted transaction simply describes a consent which was given by a user.
- SetCookie
- Every commit to a `Consent` produces a set of cookies which need to be set on the client's website.
- Transaction
- A transaction simply describes a new consent.
- Validators
- Validators for the consent. We never trust data coming from a client.