IWebAuthenticator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 配置,以開始驗證流程。 |