123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/webrick/httpauth/digestauth.rb

Overview

Struct containing the opaque portion of the digest authentication

Instance Attribute Summary

  • #nc rw Internal use only

    Struct containing the opaque portion of the digest authentication.

  • #nonce rw Internal use only

    Struct containing the opaque portion of the digest authentication.

  • #time rw Internal use only

    Struct containing the opaque portion of the digest authentication.

Instance Attribute Details

#nc (rw)

This method is for internal use only.

Struct containing the opaque portion of the digest authentication

[ GitHub ]

  
# File 'lib/webrick/httpauth/digestauth.rb', line 54

OpaqueInfo = Struct.new(:time, :nonce, :nc)

#nonce (rw)

This method is for internal use only.

Struct containing the opaque portion of the digest authentication

[ GitHub ]

  
# File 'lib/webrick/httpauth/digestauth.rb', line 54

OpaqueInfo = Struct.new(:time, :nonce, :nc)

#time (rw)

This method is for internal use only.

Struct containing the opaque portion of the digest authentication

[ GitHub ]

  
# File 'lib/webrick/httpauth/digestauth.rb', line 54

OpaqueInfo = Struct.new(:time, :nonce, :nc)