你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.Azure.Mobile.Server.Authentication 命名空间

AppServiceAuthenticationHandler

AppServiceAuthenticationHandler 已使用登录控制器进行身份验证的调用方进行身份验证。

AppServiceAuthenticationMiddleware

AppServiceAuthenticationMiddleware提供 OWIN 中间件,用于对已使用登录控制器进行身份验证的调用方进行身份验证。

AppServiceAuthenticationOptions

AppServiceAuthenticationOptions提供 OWIN AppServiceAuthenticationMiddleware 类的选项。

AppServiceTokenHandler

提供 IAppServiceTokenHandler 接口的默认实现。

AzureActiveDirectoryCredentials

包含 ProviderCredentials Azure Active Directory 身份验证的提供程序特定凭据的实现。

FacebookCredentials

包含 ProviderCredentials 用于 Facebook 身份验证的提供程序特定凭据的实现。

GoogleCredentials

包含 ProviderCredentials 用于 Google 身份验证的提供程序特定凭据的实现。

MicrosoftAccountCredentials

包含 ProviderCredentials Microsoft 帐户身份验证的提供程序特定凭据的实现。

ProviderCredentials

所有特定于提供程序的凭据的基类。 提供程序特定的子类包括添加自己的特定信息,例如访问令牌、令牌机密等。

TwitterCredentials

包含 ProviderCredentials 用于 Twitter 身份验证的提供程序特定凭据的实现。

接口

IAppServiceTokenHandler

提供用于处理安全令牌的抽象。 此抽象可用于验证安全令牌和创建 ClaimsPrincipal 实例。