Skip to main content

WebAuthenticatorOptions Class

Definition

Assembly:Avalonia.Controls.WebView
Package:Avalonia.Controls.WebView
public class WebAuthenticatorOptions

Inheritance: object -> WebAuthenticatorOptions

Implements: IEquatable<WebAuthenticatorOptions>

Constructors

NameDescription
WebAuthenticatorOptionsNo summary available.

WebAuthenticatorOptions Constructor

public WebAuthenticatorOptions(Uri RequestUri, Uri RedirectUri)

Parameters

RequestUri Uri

RedirectUri Uri

Methods

NameDescription
<Clone>$No summary available.
DeconstructNo summary available.
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo summary available.

<Clone>$ Method

public Avalonia.Controls.WebAuthenticatorOptions <Clone>$()

Returns

Avalonia.Controls.WebAuthenticatorOptions

Deconstruct Method

public void Deconstruct(Uri& RequestUri, Uri& RedirectUri)

Parameters

RequestUri Uri&

RedirectUri Uri&

Equals overloads

Equals Method

public bool Equals(Avalonia.Controls.WebAuthenticatorOptions other)
Parameters

other Avalonia.Controls.WebAuthenticatorOptions

Returns

bool

Equals Method

public bool Equals(object obj)
Parameters

obj object

Returns

bool

GetHashCode Method

public int GetHashCode()

Returns

int

ToString Method

public string ToString()

Returns

string

Properties

NameDescription
NativeWebDialogFactoryNo summary available.
NonPersistentNo summary available.
PreferNativeWebDialogNo summary available.
RedirectUriNo summary available.
RequestUriNo summary available.

NativeWebDialogFactory Property

public Func<Avalonia.Controls.NativeWebDialog> NativeWebDialogFactory { get; set; }

NonPersistent Property

public bool NonPersistent { get; set; }

PreferNativeWebDialog Property

public bool PreferNativeWebDialog { get; set; }

RedirectUri Property

public Uri RedirectUri { get; set; }

RequestUri Property

public Uri RequestUri { get; set; }