Table of Contents

Class RefreshTokenConfiguration

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

Methods

Configure(EntityTypeBuilder<RefreshToken>)

Configures the entity of type RefreshToken.

public void Configure(EntityTypeBuilder<RefreshToken> builder)

Parameters

builder EntityTypeBuilder<RefreshToken>

The builder to be used to configure the entity type.