IWebAuthenticator 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于对外部 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 方案来开始身份验证流。 |