AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters Método

Definição

Cuidado

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 de consulta extras para a cadeia de caracteres de consulta na solicitação 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

Esse parâmetro será acrescentado como está à cadeia de caracteres de consulta na solicitação de autenticação HTTP à autoridade. A cadeia de caracteres precisa ser codificada corretamente em URL e pronta para ser enviada como uma cadeia de caracteres de segmentos do formulário key=value separado por um caractere de e comercial.

Retornos

T

O construtor para encadear . Com métodos.

Atributos

Aplica-se a