Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeExternalLoginProviderErrors

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public class BackOfficeExternalLoginProviderErrors

    Constructors

    View Source

    BackOfficeExternalLoginProviderErrors()

    Declaration
    public BackOfficeExternalLoginProviderErrors()
    View Source

    BackOfficeExternalLoginProviderErrors(string?, IEnumerable<string>)

    Declaration
    public BackOfficeExternalLoginProviderErrors(string? authenticationType, IEnumerable<string> errors)
    Parameters
    Type Name Description
    string authenticationType
    IEnumerable<string> errors

    Properties

    View Source

    AuthenticationType

    Declaration
    public string? AuthenticationType { get; set; }
    Property Value
    Type Description
    string
    View Source

    Errors

    Declaration
    public IEnumerable<string>? Errors { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX