module Roda::RodaPlugins::HmacPaths::InstanceMethods

def hmac_path_namespace(opts=OPTS)

use the value of the related session key, if present.
provided, and a :namespace_session_key option was provided, this will
The namespace to use for the hmac path. If a :namespace option is not
def hmac_path_namespace(opts=OPTS)
  opts.fetch(:namespace){hmac_path_default_namespace}
end