Class DeliveryApiSettings.ClientCredentialsFlowSettings
Typed configuration options for the Client Credentials Flow settings for the Delivery API.
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class ClientCredentialsFlowSettingsProperties
View SourceAssociatedMembers
Declaration
public IEnumerable<DeliveryApiSettings.ClientCredentialsFlowMemberSettings> AssociatedMembers { get; set; }Property Value
| Type | Description | 
|---|---|
| IEnumerable<DeliveryApiSettings.ClientCredentialsFlowMemberSettings> | 
Enabled
Gets or sets a value indicating whether Client Credentials Flow should be enabled for the Delivery API.
Declaration
public bool Enabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 |