AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Générateur à chaîner . Avec des méthodes.
- Attributs