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 = null)
    Parameters
    Type Name Description
    System.String clientId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    View Source

    EnsureBackOfficeApplicationAsync(IEnumerable<Uri>, CancellationToken)

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

    EnsureBackOfficeApplicationAsync(Uri, CancellationToken)

    Declaration
    Task EnsureBackOfficeApplicationAsync(Uri backOfficeUrl, CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    Uri backOfficeUrl
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    View Source

    EnsureBackOfficeClientCredentialsApplicationAsync(String, String, CancellationToken)

    Declaration
    Task EnsureBackOfficeClientCredentialsApplicationAsync(string clientId, string clientSecret, CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String clientId
    System.String clientSecret
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • DeleteBackOfficeClientCredentialsApplicationAsync(String, CancellationToken)
      • EnsureBackOfficeApplicationAsync(IEnumerable<Uri>, CancellationToken)
      • EnsureBackOfficeApplicationAsync(Uri, CancellationToken)
      • EnsureBackOfficeClientCredentialsApplicationAsync(String, String, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX