Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeliveryApiSettings.MemberAuthorizationSettings

    Typed configuration options for member authorization settings for the Delivery API.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberAuthorizationSettings
    Remarks

    This class is intended for future extension, if/when adding support for additional authorization flows (i.e. non-interactive authorization flows).

    Properties

    View Source

    AuthorizationCodeFlow

    Gets or sets the Authorization Code Flow configuration for the Delivery API.

    Declaration
    public DeliveryApiSettings.AuthorizationCodeFlowSettings AuthorizationCodeFlow { get; set; }
    Property Value
    Type Description
    DeliveryApiSettings.AuthorizationCodeFlowSettings
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AuthorizationCodeFlow
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX