"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const Auth = require("./Auth.cjs");
function createAuth(options = {}) {
return new Auth.Auth(options);
}
exports.AUTH_ID = Auth.AUTH_ID;
exports.Auth = Auth.Auth;
exports.createAuth = createAuth;