AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 의 세그먼트 문자열로 보낼 준비가 되어 있어야 합니다.
반품
연결할 작성기입니다. 메서드를 사용합니다.
- 특성