UNPKG

@code_district/doorman

Version:

Doorman: A comprehensive React package for seamless authentication and authorization management. Easily integrate secure user authentication and access control in your applications. Streamline user verification, role-based permissions, and secure data han

14 lines (11 loc) 211 B
module.exports.DriverApp = class DriverApp { constructor() { this._configuration; } set configuration(value) { this._configuration = value; } get configuration() { return this._configuration; } };