Class DeliveryApiSettings.ClientCredentialsFlowSettings
Typed configuration options for the Client Credentials Flow settings for the Delivery API.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class DeliveryApiSettings.ClientCredentialsFlowSettings
Properties
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 |
|---|---|
| bool |
|