Class TwoFactorRecoveryCodeEntityConfiguration
Entity configuration for TwoFactorRecoveryCodeEntity with indexes and constraints.
public class TwoFactorRecoveryCodeEntityConfiguration : IEntityTypeConfiguration<TwoFactorRecoveryCodeEntity>
- Inheritance
-
TwoFactorRecoveryCodeEntityConfiguration
- Implements
- Inherited Members
Methods
Configure(EntityTypeBuilder<TwoFactorRecoveryCodeEntity>)
Configures the entity of type TwoFactorRecoveryCodeEntity.
public void Configure(EntityTypeBuilder<TwoFactorRecoveryCodeEntity> builder)
Parameters
builderEntityTypeBuilder<TwoFactorRecoveryCodeEntity>The builder to be used to configure the entity type.