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

연결할 작성기입니다. 메서드를 사용합니다.

특성

적용 대상