Used when parsing a ‘www-authenticate’ header challenge.
Attributes
| algorithm | [RW] | |
| charset | [RW] | |
| nonce | [RW] | |
| opaque | [RW] | |
| qop | [RW] | |
| realm | [RW] | |
| stale | [RW] |
Public instance methods
header_name
()
[show source]
# File lib/rufus/verbs/digest.rb, line 231 231: def header_name 232: 'www-authenticate' 233: end