Expand description
Authorization header and types.
Structs§
- Authorization
Authorizationheader, defined in RFC7235- Basic
- Credential holder for Basic Authentication
- Bearer
- Token holder for Bearer Authentication, most often seen with oauth
Traits§
- Credentials
- Credentials to be used in the
Authorizationheader.