AuthChallenge#
- class gafaelfawr.models.auth.AuthChallenge(auth_type, realm)#
Bases:
object
Represents a
WWW-Authenticate
header for a simple challenge.Attributes Summary
The authentication type (the first part of the header).
The value of the realm attribute.
Methods Summary
Construct the WWW-Authenticate header for this challenge.
Attributes Documentation
-
auth_type:
AuthType
= <dataclasses._MISSING_TYPE object># The authentication type (the first part of the header).
Methods Documentation
-
auth_type: