Condividi tramite


MobileServiceTokenAuthentication Constructor

Definition

Instantiates a new instance of 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))

Parameters

client
MobileServiceClient

The client.

provider
String

The authentication provider.

token
Newtonsoft.Json.Linq.JObject

The token.

parameters
IDictionary<String,String>

Provider specific extra parameters that are sent as query string parameters to login endpoint.

Applies to