Udostępnij za pośrednictwem


MobileServicePKCEAuthentication Constructor

Definition

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

Parameters

client
MobileServiceClient

The MobileServiceClient to use for communication.

provider
String

The authentication provider.

uriScheme
String

The URI Scheme

parameters
IDictionary<String,String>

The parameters to send along with the request

Applies to