Click or drag to resize

DefaultAuthenticationHandlerHandle Method

This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.

Namespace:  DotNetBrowser.AvaloniaUi.Dialogs
Assembly:  DotNetBrowser.AvaloniaUi (in DotNetBrowser.AvaloniaUi.dll) Version: 2.24.0
Syntax
C#
public AuthenticateResponse Handle(
	AuthenticateParameters parameters
)

Parameters

parameters
Type: DotNetBrowser.Net.HandlersAuthenticateParameters
the handler parameters.

Return Value

Type: AuthenticateResponse
an object that represents the response that should be determined based on the provided parameters.

Implements

IHandlerTParameters, TResponseHandle(TParameters)
See Also