Langue

AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters Méthode

Définition

Attention

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.

Définit des paramètres de requête supplémentaires pour la chaîne de requête dans la demande d’authentification 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

Paramètres

extraQueryParameters
String

Ce paramètre sera ajouté tel qu’à la chaîne de requête dans la demande d’authentification HTTP à l’autorité. La chaîne doit être correctement codée en URL et prête à être envoyée en tant que chaîne de segments du formulaire key=value séparés par un caractère ampersand.

Retours

T

Générateur à chaîner . Avec des méthodes.

Attributs

S’applique à