Dear Team,
i have a mismatch between your Documentation and the Implementation. Your implementation expects an arity of 4 but the documentation expects an arity of 2
Implementation:
|
return !!soap_config.wsse_auth_callback && soap_config.wsse_auth_callback.respond_to?(:call) && soap_config.wsse_auth_callback.arity == 4 |
Documentation:
https://github.com/inossidabile/wash_out#dynamic-authentication
Which one is right?
Best Wishes
Dear Team,
i have a mismatch between your Documentation and the Implementation. Your implementation expects an arity of 4 but the documentation expects an arity of 2
Implementation:
wash_out/lib/wash_out/wsse.rb
Line 34 in 4f2a783
Documentation:
https://github.com/inossidabile/wash_out#dynamic-authentication
Which one is right?
Best Wishes