Class: WEBrick::HTTPAuth::DigestAuth::OpaqueInfo

Inherits:
Struct show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/httpauth/digestauth.rb

Overview

Struct containing the opaque portion of the digest authentication

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#ncObject

Returns the value of attribute nc

Returns:

  • (Object)

    the current value of nc



54
55
56
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/httpauth/digestauth.rb', line 54

def nc
  @nc
end

#nonceObject

Returns the value of attribute nonce

Returns:

  • (Object)

    the current value of nonce



54
55
56
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/httpauth/digestauth.rb', line 54

def nonce
  @nonce
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



54
55
56
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/httpauth/digestauth.rb', line 54

def time
  @time
end