IWebAuthenticator 接口

定义

用于对外部 Web 服务(如 OAuth)进行身份验证的 Web 导航 API。

public interface class IWebAuthenticator
public interface IWebAuthenticator
type IWebAuthenticator = interface
Public Interface IWebAuthenticator

方法

AuthenticateAsync(WebAuthenticatorOptions)

通过导航到指定的 URL 并等待回调/重定向到回调 URL 方案来开始身份验证流。

扩展方法

AuthenticateAsync(IWebAuthenticator, Uri, Uri)

通过导航到指定的 URL 并等待回调/重定向到 callbackUrl 方案来开始身份验证流。

适用于