WebAuthenticatorOptions
Namespace: Wisej.Hybrid.Shared.Authenticator
Assembly: Wisej.Hybrid
Represents additional options for the web authenticator.
- C#
- VB.NET
public class WebAuthenticatorOptions
Public Class WebAuthenticatorOptions
Constructors
WebAuthenticatorOptions()
Initializes a new instance of WebAuthenticatorOptions.
Properties
CallbackUrl
Uri: Gets or sets the callback URL that should be called when authentication completes.
PrefersEphemeralWebBrowserSession
Boolean: Gets or sets whether the browser used for the authentication flow is short-lived. This means it will not share session nor cookies with the regular browser on this device if set the .
This setting only has effect on iOS.
ResponseDecoder
IWebAuthenticatorResponseDecoder: Gets or sets the decoder implementation used to decode the incoming authentication result URI.
Url
Uri: Gets or sets the URL that will start the authentication flow.