method
decode_credentials_header
decode_credentials_header(request)
public
Hide source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 225 def decode_credentials_header(request) decode_credentials(request.authorization) end


