Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeExternalLoginProviderErrors

    Inheritance
    System.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
    System.String authenticationType
    IEnumerable<System.String> errors

    Properties

    View Source

    AuthenticationType

    Declaration
    public string AuthenticationType { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Errors

    Declaration
    public IEnumerable<string>? Errors { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<System.String>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX