DefaultAuthenticationHandler Constructor  | 
 
                Creates and initializes the dialog handler.
            
 
    Namespace: 
   DotNetBrowser.AvaloniaUi.Dialogs
    Assembly:
   DotNetBrowser.AvaloniaUi (in DotNetBrowser.AvaloniaUi.dll) Version: 2.25.1
Syntaxpublic DefaultAuthenticationHandler(
	Visual parent
)
Parameters
- parent
 - Type: Visual
The parent object for the dialog displayed by this handler. 
See Also