WebAuthenticatorOptions 类

定义

表示 的其他 WebAuthenticator选项。

public ref class WebAuthenticatorOptions
public class WebAuthenticatorOptions
type WebAuthenticatorOptions = class
Public Class WebAuthenticatorOptions
继承
WebAuthenticatorOptions

构造函数

WebAuthenticatorOptions()

表示 的其他 WebAuthenticator选项。

属性

CallbackUrl

获取或设置身份验证完成时应调用的回调 URL。

PrefersEphemeralWebBrowserSession

获取或设置用于身份验证流的浏览器是否是短期的。 这意味着,如果设置了 true,则不会在此设备上与常规浏览器共享会话或 Cookie。

ResponseDecoder

获取或设置用于解码传入身份验证结果 URI 的解码器实现。

Url

获取或设置将启动身份验证流的 URL。

适用于