Class AbpIdentityErrorDescriber
Inheritance
AbpIdentityErrorDescriber
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
[Dependency(ServiceLifetime.Scoped, ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IdentityErrorDescriber) })]
public class AbpIdentityErrorDescriber : IdentityErrorDescriber
Constructors
AbpIdentityErrorDescriber(IStringLocalizer<IdentityResource>)
Declaration
public AbpIdentityErrorDescriber(IStringLocalizer<IdentityResource> localizer)
Parameters
Properties
Localizer
Declaration
protected IStringLocalizer<IdentityResource> Localizer { get; }
Property Value
Methods
InvalidUserName(string)
Declaration
public override IdentityError InvalidUserName(string userName)
Parameters
Type |
Name |
Description |
string |
userName |
|
Returns
Overrides
Extension Methods