Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeExternalLoginsBuilder

    Used to add back office login providers

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.Security
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class BackOfficeExternalLoginsBuilder

    Constructors

    View Source

    BackOfficeExternalLoginsBuilder(IServiceCollection)

    Declaration
    public BackOfficeExternalLoginsBuilder(IServiceCollection services)
    Parameters
    Type Name Description
    IServiceCollection services

    Methods

    View Source

    AddBackOfficeLogin(Action<BackOfficeAuthenticationBuilder>, 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
    Action<BackOfficeExternalLoginProviderOptions> loginProviderOptions
    Returns
    Type Description
    BackOfficeExternalLoginsBuilder
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX