WebAuthenticatorOptions Class
Definition
public class WebAuthenticatorOptions
Constructors
| Name | Description |
|---|---|
| WebAuthenticatorOptions | No summary available. |
WebAuthenticatorOptions Constructor
public WebAuthenticatorOptions(Uri RequestUri, Uri RedirectUri)
Parameters
RequestUri Uri
RedirectUri Uri
Methods
| Name | Description |
|---|---|
| <Clone>$ | No summary available. |
| Deconstruct | No summary available. |
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
<Clone>$ Method
public Avalonia.Controls.WebAuthenticatorOptions <Clone>$()
Returns
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
| Name | Description |
|---|---|
| NativeWebDialogFactory | No summary available. |
| NonPersistent | No summary available. |
| PreferNativeWebDialog | No summary available. |
| RedirectUri | No summary available. |
| RequestUri | No 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; }