Partager via


AuthorizationServerContractBaseProperties.DefaultScope Propriété

Définition

Obtient ou définit l’étendue du jeton d’accès qui sera demandée par défaut. Peut être remplacée au niveau de l'API. Doit être fournie sous la forme d'une chaîne contenant des valeurs délimitées par des espaces.

[Newtonsoft.Json.JsonProperty(PropertyName="defaultScope")]
public string DefaultScope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultScope")>]
member this.DefaultScope : string with get, set
Public Property DefaultScope As String

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à