MobileServicePKCEAuthentication コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
要求と共に送信するパラメーター
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET