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
- 특성