AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters Metodo

Definizione

Attenzione

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.

Imposta parametri di query aggiuntivi per la stringa di query nella richiesta di autenticazione 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

Parametri

extraQueryParameters
String

Questo parametro verrà aggiunto così come è alla stringa di query nella richiesta di autenticazione HTTP all'autorità. La stringa deve essere codificata correttamente con URL e pronta per l'invio come stringa di segmenti del modulo key=value separati da un carattere e commerciale.

Valori restituiti

T

Generatore da concatenare . Con i metodi .

Attributi

Si applica a