UNPKG

@yubion-dev-team/yubion-fido2-server-sdk-js

Version:

This project is an SDK to use YubiOn FIDO2 Server Service from Node.js.

12 lines 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertConfig = convertConfig; ; function convertConfig(configBase) { return { endpoint: configBase.endpoint ?? "https://fss-app.yubion.com/api/", agent: configBase.agent ?? "yubion-fido2-server-sdk-js", ...configBase, }; } //# sourceMappingURL=fss-sdk-config.js.map