UIOpenURLContext
A system-provided object that contains the information you need to open a single URL.
Declaration
@MainActor class UIOpenURLContextOverview
UIKit provides a UIOpenURLContext object when your app receives a URL to open, such as in your implementation of scene(_:openURLContexts:). The object contains the URL itself and any options needed to handle the URL correctly. Don’t create UIOpenURLContext objects yourself.