Expand description
Some certificate types for security scheme.
Structs§
- ApiKey
- Used to extract the Api Key from the request.
- Basic
- Used to extract the username/password from the request.
- Bearer
- Used to extract the token68 from the request.
Traits§
- ApiKey
Authorization - Represents an api key authorization extractor.
- Basic
Authorization - Represents a basic authorization extractor.
- Bearer
Authorization - Represents a bearer authorization extractor.