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
    object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class DeliveryApiSettings.ClientCredentialsFlowSettings

    Constructors

    View Source

    ClientCredentialsFlowSettings()

    Declaration
    public ClientCredentialsFlowSettings()

    Properties

    View Source

    AssociatedMembers

    Gets or sets the collection of members associated with client credentials for authorization.

    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
    bool

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

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX