Class PasswordResetTokenConfiguration
- Namespace
- KadicAuth.Infrastructure.Persistence.Configurations
- Assembly
- KadicAuth.Infrastructure.dll
public class PasswordResetTokenConfiguration
- Inheritance
-
objectPasswordResetTokenConfiguration
Methods
Configure(EntityTypeBuilder<PasswordResetToken>)
Configures the entity of type PasswordResetToken.
public void Configure(EntityTypeBuilder<PasswordResetToken> builder)
Parameters
builderEntityTypeBuilder<PasswordResetToken>The builder to be used to configure the entity type.