WebAuthenticatorOptions

Wisej.Hybrid.Shared.Authenticator.WebAuthenticatorOptions

Namespace: Wisej.Hybrid.Shared.Authenticator

Assembly: Wisej.Hybrid (3.5.0.0)

Represents additional options for the web authenticator.

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.

Last updated