Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IBackOfficeApplicationManager

    Namespace: Umbraco.Cms.Infrastructure.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IBackOfficeApplicationManager

    Methods

    View Source

    DeleteBackOfficeClientCredentialsApplicationAsync(string, CancellationToken)

    Declaration
    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
    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
    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