Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeApplicationManager

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.Security
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class BackOfficeApplicationManager : IBackOfficeApplicationManager

    Constructors

    View Source

    BackOfficeApplicationManager(IOpenIddictApplicationManager, IWebHostEnvironment, IOptionsMonitor<NewBackOfficeSettings>)

    Declaration
    public BackOfficeApplicationManager(IOpenIddictApplicationManager applicationManager, IWebHostEnvironment webHostEnvironment, IOptionsMonitor<NewBackOfficeSettings> securitySettingsMonitor)
    Parameters
    Type Name Description
    IOpenIddictApplicationManager applicationManager
    IWebHostEnvironment webHostEnvironment
    IOptionsMonitor<Umbraco.New.Cms.Core.Models.Configuration.NewBackOfficeSettings> securitySettingsMonitor

    Methods

    View Source

    EnsureBackOfficeApplicationAsync(Uri, CancellationToken)

    Declaration
    public async Task EnsureBackOfficeApplicationAsync(Uri backOfficeUrl, CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    Uri backOfficeUrl
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeApplicationManager(IOpenIddictApplicationManager, IWebHostEnvironment, IOptionsMonitor<NewBackOfficeSettings>)
    • Methods
      • EnsureBackOfficeApplicationAsync(Uri, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX