View Source
Class BackOfficeExternalLoginProviderErrors
Inheritance
System.Object
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>> |
|