UNPKG

@nephele/authenticator-custom

Version:

Custom logic authenticator for the Nephele WebDAV server.

6 lines 134 B
export default class User { constructor({ username }) { this.username = username; } } //# sourceMappingURL=User.js.map