Class | HTTPAuth::Digest::AuthenticationInfo |
In: |
lib/httpauth/digest.rb
|
Parent: | AbstractHeader |
The AuthenticationInfo class handles the Authentication-Info header. Sending Authentication-Info headers will allow the client to check the integrity of the response, but it isn‘t compulsory and will get in the way of pipelined retrieval of resources.
See the Digest module for examples
Creates a new AuthenticationInfo instance based on the information from Credentials instance.
See initialize for valid options.
Parses the information from a Authentication-Info header and creates a new AuthenticationInfo instance with this data.
See initialize for valid options.
Create a new instance.
Updates @h from options, generally called after an instance was created with from_credentials.
Validates rspauth. Returns true or false