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

MobileServiceTokenAuthentication 构造函数

定义

实例化 MobileServiceTokenAuthentication 的新实例。

public MobileServiceTokenAuthentication (Microsoft.WindowsAzure.MobileServices.MobileServiceClient client, string provider, Newtonsoft.Json.Linq.JObject token, System.Collections.Generic.IDictionary<string,string> parameters);
new Microsoft.WindowsAzure.MobileServices.Internal.MobileServiceTokenAuthentication : Microsoft.WindowsAzure.MobileServices.MobileServiceClient * string * Newtonsoft.Json.Linq.JObject * System.Collections.Generic.IDictionary<string, string> -> Microsoft.WindowsAzure.MobileServices.Internal.MobileServiceTokenAuthentication
Public Sub New (client As MobileServiceClient, provider As String, token As JObject, parameters As IDictionary(Of String, String))

参数

client
MobileServiceClient

客户端。

provider
String

验证提供程序。

token
Newtonsoft.Json.Linq.JObject

令牌。

parameters
IDictionary<String,String>

提供程序特定的额外参数,这些参数作为查询字符串参数发送到登录终结点。

适用于