InterApp conflics/insolation of UriScheme

When using launchUri() method in InterApp combined with UriScheme in the configuration (project file) I have a situation where we are forced to use the default Oauth URI (urn:ietf:wg:oauth:2.0:oob) as the redirect_url and the UriScheme is set to urn. This creates a conflict between apps on the device since they can have the same UriScheme set to urn.

Is it possible to isolate the UriScheme to the launched browser by InterApp so the callback is sent to the launching app?