Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeApplicationManager

    Inheritance
    System.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

    BackofficeOpenIddictApplicationDescriptor(Uri)

    Declaration
    public OpenIddictApplicationDescriptor BackofficeOpenIddictApplicationDescriptor(Uri backOfficeUrl)
    Parameters
    Type Name Description
    Uri backOfficeUrl
    Returns
    Type Description
    OpenIddictApplicationDescriptor
    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, IOptions<SecuritySettings>, IRuntimeState)
    • Methods
      • BackofficeOpenIddictApplicationDescriptor(Uri)
      • EnsureBackOfficeApplicationAsync(Uri, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX