Partager via


AuthorizationServerContract.ClientAuthenticationMethod Propriété

Définition

Obtient ou définit la méthode d’authentification prise en charge par le point de terminaison de jeton de ce serveur d’autorisation. Les valeurs possibles sont Basic et/ou Body. Lorsque Body est spécifié, les informations d’identification du client et d’autres paramètres sont transmis dans le corps de la demande au format application/x-www-form-urlencoded.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientAuthenticationMethod")]
public System.Collections.Generic.IList<string> ClientAuthenticationMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientAuthenticationMethod")>]
member this.ClientAuthenticationMethod : System.Collections.Generic.IList<string> with get, set
Public Property ClientAuthenticationMethod As IList(Of String)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à