Protected Static_Static ReadonlyclassDictionary holding registered active Quatrain models/components.
StaticdefaultThe fallback provider alias.
StaticERROR_Standardized error message for duplicate email constraint violations.
StaticERROR_Standardized error message for weak password / password complexity violations.
StaticloggerCore logger dedicated to Auth actions.
Static ReadonlylogSystem-wide base log verbosity.
Static ReadonlymeIdentifying namespace for this core component.
Static ReadonlystoragePersistent key-value storage engine reference.
Static ReadonlystorageContext prefix string for scoped storage keys.
StaticuserStaticaddMaps a specific entity class to an active name so the factory reflection can locate it.
Semantic registry name.
Class constructor.
StaticaddStores a primitive value durably in the core storage instance.
Identification string.
Value.
StaticaddInjects a new logger block under a specific namespace alias.
The logging context name.
Instantiated LoggerAdapter.
StaticaddRegisters a configured auth provider into the global context.
Instantiated auth adapter.
Short identifier name.
If true, marks this adapter as the fallback provider.
StaticdebugTriggers a debug log on the core logger.
Content to log.
StaticdefinitionDeprecated: Reserved schema definition hook.
The property block to generate.
Field definitions block.
StaticerrorTriggers an error log on the core logger.
Content to log.
Static ReadonlyexecExecute an external command in a promise
Promise
StaticgetReturns an injected class constructor by its registry identifier.
The semantic name to resolve.
Class definition.
StaticgetRecovers a durably persisted value from the storage layer.
The target identifier.
The recovered value.
StaticgetFetches a registered provider by its alias.
Requested provider identifier. Defaults to defaultProvider.
The corresponding auth adapter.
Static ReadonlygetUtility lookup to find executable paths in the system using which.
The executable.
The resolved system path.
StaticinfoTriggers an info log on the core logger.
Content to log.
StaticlogTriggers a standard log on the core logger.
Content to log.
StaticregisterScans all registered auth providers, collects their endpoint handlers, and registers them dynamically under a common routing root path.
The Quatrain ServerAdapter (Astro, Express, etc.).
The common authentication root segment (defaults to '/api/auth').
StaticsetMutates the underlying verbosity constraints.
Active LogLevel filter.
StaticsleepExecution suspension utility blocking the event loop context.
Duration count.
The promise to await.
Static ReadonlytimestampReturns an ISO string representing the current time.
StatictraceTriggers a trace log on the core logger.
Content to log.
StaticwarnTriggers a warning log on the core logger.
Content to log.
Global authentication manager handling registration and retrieval of diverse Auth providers (adapters) via an alias registry.