你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

要随请求一起发送的参数

适用于