Table of Contents

Class PasswordResetTokenConfiguration

Namespace
KadicAuth.Infrastructure.Persistence.Configurations
Assembly
KadicAuth.Infrastructure.dll
public class PasswordResetTokenConfiguration
Inheritance
object
PasswordResetTokenConfiguration

Methods

Configure(EntityTypeBuilder<PasswordResetToken>)

Configures the entity of type PasswordResetToken.

public void Configure(EntityTypeBuilder<PasswordResetToken> builder)

Parameters

builder EntityTypeBuilder<PasswordResetToken>

The builder to be used to configure the entity type.