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 SourceConfigure(SwaggerGenOptions)
Declaration
public void Configure(SwaggerGenOptions options)
Parameters
Type | Name | Description |
---|---|---|
SwaggerGenOptions | options |