Method: ActionController::HttpAuthentication::Digest#decode_credentials_header
- Defined in:
- actionpack/lib/action_controller/metal/http_authentication.rb
#decode_credentials_header(request) ⇒ Object
263 264 265 |
# File 'actionpack/lib/action_controller/metal/http_authentication.rb', line 263 def decode_credentials_header(request) decode_credentials(request.) end |