Class Mixlib::Authentication::SigningObject
In: lib/mixlib/authentication/signedheaderauth.rb
Parent: Struct.new(:http_method, :path, :body, :host, :timestamp, :user_id, :file, :proto_version)

SigningObject

A Struct-based value object that contains the necessary information to generate a request signature. `SignedHeaderAuth.signing_object()` provides a more convenient interface to the constructor.

Methods

Included Modules

SignedHeaderAuth

Public Instance methods

[Validate]