Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigureUmbracoMemberAuthenticationDeliveryApiSwaggerGenOptions

    This configures member authentication for the Delivery API in Swagger. Consult the docs for member authentication within the Delivery API for instructions on how to use this.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Delivery.Configuration
    Assembly: Umbraco.Cms.Api.Delivery.dll
    Syntax
    public class ConfigureUmbracoMemberAuthenticationDeliveryApiSwaggerGenOptions : IConfigureOptions<SwaggerGenOptions>
    Remarks

    This class is not used by the core CMS due to the required installation dependencies (local login page among other things).

    Methods

    View Source

    Configure(SwaggerGenOptions)

    Declaration
    public void Configure(SwaggerGenOptions options)
    Parameters
    Type Name Description
    SwaggerGenOptions options
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Configure(SwaggerGenOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX