Microsoft.Maui.Authentication 命名空间

提供用于启用身份验证方案的接口和类。

AppleSignInAuthenticator

表示平台本机 Apple 登录身份验证 API。

AppleSignInAuthenticator.Options

表示 Apple 登录的其他选项。

WebAuthenticator

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

WebAuthenticatorExtensions

此类包含用于 的 WebAuthenticator静态扩展方法。

WebAuthenticatorOptions

表示 的其他 WebAuthenticator选项。

WebAuthenticatorResult

表示从回调 URL 分析的 Web Authenticator Result 对象。

接口

IAppleSignInAuthenticator

表示平台本机 Apple 登录身份验证 API。

IPlatformWebAuthenticatorCallback

为使用 WebAuthenticator时触发的平台 Web 验证器回调提供抽象。

IWebAuthenticator

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

IWebAuthenticatorResponseDecoder

提供用于解码从身份验证请求返回的 URI 的抽象,以便与 一起使用 IWebAuthenticator