AuthChallenge#
- class gafaelfawr.models.auth.AuthChallenge(auth_type, realm)#
Bases:
objectRepresents a
WWW-Authenticateheader 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: