Compartilhar via


MobileServiceTokenAuthentication Construtor

Definição

Cria uma instância de 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))

Parâmetros

client
MobileServiceClient

O cliente.

provider
String

O provedor de autenticação.

token
Newtonsoft.Json.Linq.JObject

O token.

parameters
IDictionary<String,String>

Parâmetros extras específicos do provedor que são enviados como parâmetros de cadeia de caracteres de consulta para o ponto de extremidade de logon.

Aplica-se a