AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters Método

Definición

Precaución

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.

Establece parámetros de consulta adicionales para la cadena de consulta en la solicitud de autenticación 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

Parámetros

extraQueryParameters
String

Este parámetro se anexará tal como está a la cadena de consulta en la solicitud de autenticación HTTP a la autoridad. La cadena debe estar codificada correctamente con dirección URL y estar lista para enviarse como una cadena de segmentos del formulario key=value separados por un carácter de y comercial.

Devoluciones

T

Generador que se va a encadenar . Con métodos.

Atributos

Se aplica a