Table of Contents

Interface IBrowser

Namespace
Tenduke.Core.Auth
Assembly
Tenduke.Core.dll

A browser that can open a URL and allow user interaction.

public interface IBrowser

Remarks

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

url Uri

URL to navigate to.

Remarks

Used in authentication flows.