次の方法で共有


MobileServicePKCEAuthentication コンストラクター

定義

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))

パラメーター

client
MobileServiceClient

MobileServiceClient通信に使用する 。

provider
String

認証プロバイダー。

uriScheme
String

URI スキーム

parameters
IDictionary<String,String>

要求と共に送信するパラメーター

適用対象