Expand description
Authorisation of entries.
This module provides the AuthorisationToken trait for types which can serve as willow AuthorisationTokens. It further provides types for PossiblyAuthorisedEntries (PossiblyAuthorisedEntry) and AuthorisedEntries (AuthorisedEntry).
Structs§
- Authorised
Entry - An entry, together with an authorisation token that authorises the entry.
- Possibly
Authorised Entry - An entry, together with an authorisation token that may or may not authorise the entry.
Traits§
- Authorisation
Token - A trait for AuthorisationTokens.