Recommended Method for Specifying Connection Name In Stateful Login Flow

We’re using the auth0-laravel sdk v7.6 and need to be able to dynamically route to specific Auth0 app connections. When defining stateful login routes via the documentation, there doesn’t appear to be a way to specify which connection name to use.

Route::get('/login', Login::class)->name('login');

Is there a recommended approach for handling this scenario?