Module authorization
Expand description
Authorization header and types.
Structs§
- Authorization
Authorization
header, defined in RFC7235
Traits§
- Authority
- The
Authority
trait is used to determine if a set ofCredential
s are authorized. - Authority
Sync - A synchronous version of
Authority
, to be used for primitive implementations. - Credentials
- Credentials to be used in the
Authorization
header.