I'm using DotNetOpenAuth to allow users to log into my website using their Google account. Since Google allows users to be logged in to several accounts at the same time it would be helpful to be able to pass in an identifier in the authentication request to select the correct session without having to display the irrelevant accounts.
Does anyone know if this is possible, if so what parameters do I need to use in the request?