MiniProgramAuthController constructor
MiniProgramAuthController({
- required MiniProgramAuthStore store,
- MiniProgramAuthBackendPaths paths = const MiniProgramAuthBackendPaths(),
- MiniProgramAuthClock? clock,
Implementation
MiniProgramAuthController({
required MiniProgramAuthStore store,
this.paths = const MiniProgramAuthBackendPaths(),
MiniProgramAuthClock? clock,
}) : _store = store,
_clock = clock ?? (() => DateTime.now().toUtc());