How to LoginWithRedirect to specific signup provider such as Google, Yahoo, etc

Hello @marybeth.hunter, thank you for taking the time to respond. I’m working with React and I am somewhat familiar with the use of the connection property. What isn’t completely clear to me, though, is how to determine the type of connection the user used. Similar to how the error_description provides the value passed to api.access.deny('error_key') and how the email is returned as a query parameter, is there a way to know the type of connection the user used by reading the query parameters, or is there a way to set this information elsewhere?