nonce(secret_key, time = Time.now)
Instance Public methods
Uses an MD5 digest based on time to generate a value to be used only once.
A server-specified data string which should be
uniquely generated each time a 401 response is made. It is recommended that
this string be base64 or hexadecimal data. Specifically, since the string
is passed in the header lines as a quoted string, the double-quote
character is not allowed.
The contents of the nonce are implementation dependent. The qu