SwiftUI and Okta OIDC integration

I’m trying to integrate Okta oidc with SwiftUI but signInWithBrowser takes a UIViewController as its parameter. Is there any way (example) to integrate okta oidc with SwiftUI as we don’t use UIViewController in SwiftUI framework. Thanks in advance.