Compartilhar via


MobileServicePKCEAuthentication Construtor

Definição

Crie uma nova instância do MobileServicePKCEAuthentication.

public MobileServicePKCEAuthentication (Microsoft.WindowsAzure.MobileServices.MobileServiceClient client, string provider, string uriScheme, System.Collections.Generic.IDictionary<string,string> parameters);
new Microsoft.WindowsAzure.MobileServices.Internal.MobileServicePKCEAuthentication : Microsoft.WindowsAzure.MobileServices.MobileServiceClient * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.WindowsAzure.MobileServices.Internal.MobileServicePKCEAuthentication
Public Sub New (client As MobileServiceClient, provider As String, uriScheme As String, parameters As IDictionary(Of String, String))

Parâmetros

client
MobileServiceClient

O MobileServiceClient a ser usado para comunicação.

provider
String

O provedor de autenticação.

uriScheme
String

O esquema de URI

parameters
IDictionary<String,String>

Os parâmetros a serem enviados junto com a solicitação

Aplica-se a