AcquireTokenParameterBuilderExtensions.WithExtraHttpHeaders<T> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This method has been moved to the Microsoft.Identity.Client.Extensibility namespace
トークン要求に Http ヘッダーを追加します。
[System.Obsolete("This method has been moved to the Microsoft.Identity.Client.Extensibility namespace", false)]
public static T WithExtraHttpHeaders<T>(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> builder, System.Collections.Generic.IDictionary<string,string> extraHttpHeaders) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T>;
[<System.Obsolete("This method has been moved to the Microsoft.Identity.Client.Extensibility namespace", false)>]
static member WithExtraHttpHeaders : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<'T (requires 'T :> Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<'T>)> * System.Collections.Generic.IDictionary<string, string> -> 'T (requires 'T :> Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<'T>)
<Extension()>
Public Function WithExtraHttpHeaders(Of T As AbstractAcquireTokenParameterBuilder(Of T)) (builder As AbstractAcquireTokenParameterBuilder(Of T), extraHttpHeaders As IDictionary(Of String, String)) As T
型パラメーター
- T
パラメーター
トークンを取得するためのパラメーター ビルダー。
- extraHttpHeaders
- IDictionary<String,String>
トークン要求に追加する追加の Http ヘッダー。
返品
T
- 属性