Table of Contents

Class AuthDbContext

Namespace
arolariu.Backend.Core.Auth.Brokers
Assembly
arolariu.Backend.Core.Auth.dll

The main database context for the authentication module.

public class AuthDbContext : IdentityDbContext<AuthenticatedUser, AuthenticatedUserRole, Guid>, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IDisposable, IAsyncDisposable
Inheritance
AuthDbContext
Implements
Inherited Members

Constructors

AuthDbContext()

Parameterless constructor for the AuthDbContext. This is required for migrations.

public AuthDbContext()

AuthDbContext(DbContextOptions<AuthDbContext>)

The constructor for the AuthDbContext.

public AuthDbContext(DbContextOptions<AuthDbContext> options)

Parameters

options DbContextOptions<AuthDbContext>