MongoDbAuthProvider constructor

MongoDbAuthProvider(
  1. App app,
  2. DbService dbService
)

Implementation

MongoDbAuthProvider(this.app, this.dbService) : super(app, dbService);