Interface IBrowser
A browser that can open a URL and allow user interaction.
public interface IBrowserRemarks
Implementations of this interface should be able to open the specified Uri, handle the required user interactions and any redirects returned from the Authorization Server during the authentication process.
Methods
OpenUrl(Uri)
Open a URL for user to interact with a page.
void OpenUrl(Uri url)Parameters
- urlUri
- URL to navigate to. 
Remarks
Used in authentication flows.