Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeExternalLoginsBuilder

    Used to add back office login providers

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Security
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class BackOfficeExternalLoginsBuilder

    Constructors

    View Source

    BackOfficeExternalLoginsBuilder(IServiceCollection)

    Declaration
    public BackOfficeExternalLoginsBuilder(IServiceCollection services)
    Parameters
    Type Name Description
    Microsoft.Extensions.DependencyInjection.IServiceCollection services

    Methods

    View Source

    AddBackOfficeLogin(Action<BackOfficeAuthenticationBuilder>, Nullable<Action<BackOfficeExternalLoginProviderOptions>>)

    Add a back office login provider with options

    Declaration
    public BackOfficeExternalLoginsBuilder AddBackOfficeLogin(Action<BackOfficeAuthenticationBuilder> build, Action<BackOfficeExternalLoginProviderOptions>? loginProviderOptions = null)
    Parameters
    Type Name Description
    Action<BackOfficeAuthenticationBuilder> build
    System.Nullable<Action<BackOfficeExternalLoginProviderOptions>> loginProviderOptions
    Returns
    Type Description
    BackOfficeExternalLoginsBuilder
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX