MobileServiceTokenAuthentication Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.