Class DefaultAuthenticationHandler
- Namespace
- DotNetBrowser.AvaloniaUi.Dialogs
- Assembly
- DotNetBrowser.AvaloniaUi.dll
Default Avalonia UI authentication handler, which displays an authentication dialog.
public class DefaultAuthenticationHandler : DialogHandlerBase, IHandler<AuthenticateParameters, AuthenticateResponse>
- Inheritance
-
DefaultAuthenticationHandler
- Implements
- Inherited Members
Constructors
- DefaultAuthenticationHandler(Visual)
Creates and initializes the dialog handler.
Methods
- Handle(AuthenticateParameters)
This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.