Partager via


AuthorizationServerContractBaseProperties.SupportState Propriété

Définition

Obtient ou définit si true, le serveur d’autorisation inclut le paramètre d’état de la demande d’autorisation à sa réponse. Le client peut utiliser le paramètre d'état pour augmenter la sécurité du protocole.

[Newtonsoft.Json.JsonProperty(PropertyName="supportState")]
public bool? SupportState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="supportState")>]
member this.SupportState : Nullable<bool> with get, set
Public Property SupportState As Nullable(Of Boolean)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à