AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters メソッド

定義

注意事項

This method is deprecated. Please use the WithExtraQueryParameters(IDictionary<string, (string value, bool includeInCacheKey)>) method instead, which provides control over which parameters are included in the cache key.

HTTP 認証要求のクエリ文字列の追加クエリ パラメーターを設定します。

[System.Obsolete("This method is deprecated. Please use the WithExtraQueryParameters(IDictionary<string, (string value, bool includeInCacheKey)>) method instead, which provides control over which parameters are included in the cache key.", false)]
public T WithExtraQueryParameters(string extraQueryParameters);
[<System.Obsolete("This method is deprecated. Please use the WithExtraQueryParameters(IDictionary<string, (string value, bool includeInCacheKey)>) method instead, which provides control over which parameters are included in the cache key.", false)>]
override this.WithExtraQueryParameters : string -> 'T
Public Function WithExtraQueryParameters (extraQueryParameters As String) As T

パラメーター

extraQueryParameters
String

このパラメーターは、機関への HTTP 認証要求のクエリ文字列にそのまま追加されます。 文字列は適切に URL エンコードされ、アンパサンド文字で区切られた形式 key=value セグメントの文字列として送信する準備ができている必要があります。

返品

T

チェーンするビルダー。メソッドを使用します。

属性

適用対象