class LHC::AuthScrubber
def scrub_auth_options!
def scrub_auth_options! return if scrubbed.blank? return if scrub_auth_elements.blank? scrub_basic_auth_options! if scrub_auth_elements.include?(:basic) scrub_bearer_auth_options! if scrub_auth_elements.include?(:bearer) end