Freigeben über


AuthorizationServerContractBaseProperties.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 innerhalb des Anforderungstexts im Format application/x-www-form-urlencoded übergeben.

[Newtonsoft.Json.JsonProperty(PropertyName="clientAuthenticationMethod")]
public System.Collections.Generic.IList<string> ClientAuthenticationMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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: