Freigeben über


AuthorizationServerContract.ClientAuthenticationMethod Eigenschaft

Definition

Ruft die Methode der Authentifizierung ab, die vom Tokenendpunkt dieses Autorisierungsservers unterstützt wird, oder legt diese fest. Mögliche Werte sind Basic und/oder Body. Wenn Body angegeben ist, werden Clientanmeldeinformationen und andere Parameter im Format application/x-www-form-urlencoded innerhalb des Anforderungstexts übergeben.

[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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: