I was able to solve this myself. For anyone else who comes across this, I was able to pass authorizationParams, that specified the connection, to the loginWithRedirect(...) function. It looks like this:
loginWithRedirect({authorizationParams: { connection: "sms" }})