WebAuthenticatorOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents additional options for WebAuthenticator.
public ref class WebAuthenticatorOptions
public class WebAuthenticatorOptions
type WebAuthenticatorOptions = class
Public Class WebAuthenticatorOptions
- Inheritance
-
WebAuthenticatorOptions
Constructors
WebAuthenticatorOptions() |
Properties
CallbackUrl |
Gets or sets the callback URL that should be called when authentication completes. |
PrefersEphemeralWebBrowserSession |
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 |
ResponseDecoder |
Gets or sets the decoder implementation used to decode the incoming authentication result URI. |
Url |
Gets or sets the URL that will start the authentication flow. |