Skip to main content

WebAuthenticatorOptions

Namespace: Wisej.Hybrid.Shared.Authenticator

Assembly: Wisej.Hybrid

Represents additional options for the web authenticator.

public class WebAuthenticatorOptions

Constructors

Instance memberWebAuthenticatorOptions()

Initializes a new instance of WebAuthenticatorOptions.

Properties

Instance memberCallbackUrl

Uri: Gets or sets the callback URL that should be called when authentication completes.

Instance memberPrefersEphemeralWebBrowserSession

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.

Instance memberResponseDecoder

IWebAuthenticatorResponseDecoder: Gets or sets the decoder implementation used to decode the incoming authentication result URI.

Instance memberUrl

Uri: Gets or sets the URL that will start the authentication flow.