共用方式為


WebAuthenticator 類別

定義

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

public ref class WebAuthenticator abstract sealed
public static class WebAuthenticator
type WebAuthenticator = class
Public Class WebAuthenticator
繼承
WebAuthenticator

備註

此 API 可協助您瀏覽至開始 URL,並等候應用程式的回呼 URL。 您的應用程式必須註冊,才能處理您在呼叫中提供的回呼配置,才能進行驗證。

屬性

Default

提供此 API 靜態使用的預設實作。

方法

AuthenticateAsync(Uri, Uri)

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

AuthenticateAsync(WebAuthenticatorOptions)

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

適用於