@baqhub/sdk
Version:
The official JavaScript SDK for the BAQ federated app platform.
14 lines (13 loc) • 536 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RCredentialsAlgorithm = exports.CredentialsAlgorithm = void 0;
const tslib_1 = require("tslib");
const IO = tslib_1.__importStar(require("../../helpers/io.js"));
//
// Model.
//
var CredentialsAlgorithm;
(function (CredentialsAlgorithm) {
CredentialsAlgorithm["ED_25519"] = "ed25519";
})(CredentialsAlgorithm || (exports.CredentialsAlgorithm = CredentialsAlgorithm = {}));
exports.RCredentialsAlgorithm = IO.weakEnumeration(CredentialsAlgorithm);