Module authorization

Source
Expand description

Authorization header and various auth schemes.

Structs§

Authorization
Authorization header, defined in RFC 7235
Basic
Credentials for Basic authentication scheme, defined in RFC 7617
Bearer
Credentials for Bearer authentication scheme, defined in RFC 6750.

Enums§

ParseError
Possible errors while parsing Authorization header.

Traits§

Scheme
Authentication scheme for Authorization header.