Search Results for

    Show / Hide Table of Contents
    View Source

    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 ClientCredentialsFlowSettings

    Properties

    View Source

    AssociatedMembers

    Declaration
    public IEnumerable<DeliveryApiSettings.ClientCredentialsFlowMemberSettings> AssociatedMembers { get; set; }
    Property Value
    Type Description
    IEnumerable<DeliveryApiSettings.ClientCredentialsFlowMemberSettings>
    View Source

    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

    true if Client Credentials Flow should be enabled; otherwise, false.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AssociatedMembers
      • Enabled
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX