UNPKG

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

Version:

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

18 lines 520 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FssApiJsonResponse = void 0; /** * Json response */ class FssApiJsonResponse { /** result status */ appStatus = "UNEXPECTED_ERROR"; /** result data (when api request successed) */ data; /** message (when api request failed) */ message; /** result sub status (when api request failed) */ appSubStatus; } exports.FssApiJsonResponse = FssApiJsonResponse; //# sourceMappingURL=fss-api-json-response.js.map