Module authorisation

Module authorisation 

Source
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§

AuthorisedEntry
An entry, together with an authorisation token that authorises the entry.
PossiblyAuthorisedEntry
An entry, together with an authorisation token that may or may not authorise the entry.

Traits§

AuthorisationToken
A trait for AuthorisationTokens.