AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters Método

Definição

Atenção

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.

Define parâmetros extra de consulta para a cadeia de consulta no pedido de autenticação 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 será adicionado tal qual à cadeia de consulta no pedido de autenticação HTTP à autoridade. A cadeia precisa de estar devidamente codificada por URL e pronta para ser enviada como uma sequência de segmentos da forma key=value separados por um carácter ampersand.

Devoluções

T

O construtor para encadear. Com métodos.

Atributos

Aplica-se a