Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeApplicationManager

    Inheritance
    object
    OpenIdDictApplicationManagerBase
    Namespace: Umbraco.Cms.Api.Management.Security
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class BackOfficeApplicationManager : OpenIdDictApplicationManagerBase, IBackOfficeApplicationManager

    Constructors

    View Source

    BackOfficeApplicationManager(IOpenIddictApplicationManager, IWebHostEnvironment, IOptions<SecuritySettings>, IRuntimeState)

    Declaration
    public BackOfficeApplicationManager(IOpenIddictApplicationManager applicationManager, IWebHostEnvironment webHostEnvironment, IOptions<SecuritySettings> securitySettings, IRuntimeState runtimeState)
    Parameters
    Type Name Description
    IOpenIddictApplicationManager applicationManager
    IWebHostEnvironment webHostEnvironment
    IOptions<SecuritySettings> securitySettings
    IRuntimeState runtimeState

    Methods

    View Source

    DeleteBackOfficeClientCredentialsApplicationAsync(string, CancellationToken)

    Declaration
    public Task DeleteBackOfficeClientCredentialsApplicationAsync(string clientId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string clientId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    View Source

    EnsureBackOfficeApplicationAsync(IEnumerable<Uri>, CancellationToken)

    Declaration
    public Task EnsureBackOfficeApplicationAsync(IEnumerable<Uri> backOfficeHosts, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    IEnumerable<Uri> backOfficeHosts
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    View Source

    EnsureBackOfficeClientCredentialsApplicationAsync(string, string, CancellationToken)

    Declaration
    public Task EnsureBackOfficeClientCredentialsApplicationAsync(string clientId, string clientSecret, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string clientId
    string clientSecret
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX