UNPKG

loopback4-authentication

Version:

A loopback-next extension for authentication feature. Various Oauth strategies supported by this package.

15 lines 614 B
"use strict"; // Copyright IBM Corp. 2018. All Rights Reserved. // Node module: @loopback/authentication // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT Object.defineProperty(exports, "__esModule", { value: true }); exports.ClientType = void 0; const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./strategies/types"), exports); var ClientType; (function (ClientType) { ClientType["public"] = "public"; ClientType["private"] = "private"; })(ClientType || (exports.ClientType = ClientType = {})); //# sourceMappingURL=types.js.map