I want to retrieve the basic authentication credentials from Symfony's HttpFoundation component. A cursory look at the docs reveals nothing; is there a way I can do it?
(I'm using the HttpFoundation component in an application not based on the Symfony framework.)