Język

AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters Metoda

Definicja

Uwaga

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.

Ustawia dodatkowe parametry zapytania dla ciągu zapytania w żądaniu uwierzytelniania 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

Parametry

extraQueryParameters
String

Ten parametr zostanie dołączony jako do ciągu zapytania w żądaniu uwierzytelniania HTTP do urzędu. Ciąg musi być prawidłowo zakodowany w adresie URL i gotowy do wysłania jako ciąg segmentów formularza key=value oddzielonego znakiem ampersand.

Zwraca

T

Konstruktor do łańcucha . Za pomocą metod.

Atrybuty

Dotyczy