次の方法で共有


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>

ログイン エンドポイントにクエリ文字列パラメーターとして送信されるプロバイダー固有の追加パラメーター。

適用対象