Module auth

Source
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§

ApiKeyAuthorization
Represents an api key authorization extractor.
BasicAuthorization
Represents a basic authorization extractor.
BearerAuthorization
Represents a bearer authorization extractor.