MobileServiceTokenAuthentication コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MobileServiceTokenAuthentication の新しいインスタンスを生成します。
public MobileServiceTokenAuthentication (Microsoft.WindowsAzure.MobileServices.MobileServiceClient client, string provider, Newtonsoft.Json.Linq.JObject token, System.Collections.Generic.IDictionary<string,string> parameters);
new Microsoft.WindowsAzure.MobileServices.Internal.MobileServiceTokenAuthentication : Microsoft.WindowsAzure.MobileServices.MobileServiceClient * string * Newtonsoft.Json.Linq.JObject * System.Collections.Generic.IDictionary<string, string> -> Microsoft.WindowsAzure.MobileServices.Internal.MobileServiceTokenAuthentication
Public Sub New (client As MobileServiceClient, provider As String, token As JObject, parameters As IDictionary(Of String, String))
パラメーター
- client
- MobileServiceClient
クライアントです。
- provider
- String
認証プロバイダー。
- token
- Newtonsoft.Json.Linq.JObject
トークン。
- parameters
- IDictionary<String,String>
ログイン エンドポイントにクエリ文字列パラメーターとして送信されるプロバイダー固有の追加パラメーター。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET