Module poem_openapi::auth
source · Expand description
Some certificate types for security scheme.
Structs
- Used to extract the Api Key from the request.
- Used to extract the username/password from the request.
- Used to extract the token68 from the request.
Traits
- Represents an api key authorization extractor.
- Represents a basic authorization extractor.
- Represents a bearer authorization extractor.