Expand description
types and utilities for authorising users.
Traitsยง
- The
Authority
trait is used to determine if a set ofCredential
s are authorized. - A synchronous version of
Authority
, to be used for primitive implementations.
types and utilities for authorising users.
Authority
trait is used to determine if a set of Credential
s are authorized.Authority
, to be used for primitive implementations.