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