AuthErrorChallenge¶
- class gafaelfawr.models.auth.AuthErrorChallenge(auth_type, realm, error, error_description, scope=None)¶
Bases:
AuthChallenge
Represents a
WWW-Authenticate
header for an error challenge.- Parameters:
Attributes Summary
Scope required to access this URL.
Methods Summary
Construct the WWW-Authenticate header for this challenge.
Attributes Documentation
Methods Documentation