共用方式為


IWebAuthenticator 介面

定義

Web 導覽 API,用於向外部 Web 服務進行驗證,例如 OAuth。

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

方法

AuthenticateAsync(WebAuthenticatorOptions)

流覽至指定的 URL 並等候回呼/重新導向至回呼 URL 配置,以開始驗證流程。

擴充方法

AuthenticateAsync(IWebAuthenticator, Uri, Uri)

流覽至指定的 URL 並等候回呼/重新導向至 callbackUrl 配置,以開始驗證流程。

適用於