Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeIdentityBuilder

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class BackOfficeIdentityBuilder : IdentityBuilder

    Constructors

    View Source

    BackOfficeIdentityBuilder(IServiceCollection)

    Initializes a new instance of the BackOfficeIdentityBuilder class.

    Declaration
    public BackOfficeIdentityBuilder(IServiceCollection services)
    Parameters
    Type Name Description
    IServiceCollection services
    View Source

    BackOfficeIdentityBuilder(Type, IServiceCollection)

    Initializes a new instance of the BackOfficeIdentityBuilder class.

    Declaration
    public BackOfficeIdentityBuilder(Type role, IServiceCollection services)
    Parameters
    Type Name Description
    Type role
    IServiceCollection services

    Methods

    View Source

    AddErrorDescriber<TDescriber>()

    Declaration
    public override IdentityBuilder AddErrorDescriber<TDescriber>()
    Returns
    Type Description
    IdentityBuilder
    Type Parameters
    Name Description
    TDescriber
    View Source

    AddTokenProvider(String, Type)

    Adds a token provider for the BackOfficeIdentityUser.

    Declaration
    public override IdentityBuilder AddTokenProvider(string providerName, Type provider)
    Parameters
    Type Name Description
    System.String providerName

    The name of the provider to add.

    Type provider

    The type of the to add.

    Returns
    Type Description
    IdentityBuilder

    The current instance.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeIdentityBuilder(IServiceCollection)
      • BackOfficeIdentityBuilder(Type, IServiceCollection)
    • Methods
      • AddErrorDescriber<TDescriber>()
      • AddTokenProvider(String, Type)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX