@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
24 lines (23 loc) • 546 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ContentType = void 0;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* The content type of the {@link OutOfBandPayload}.
*/
let ContentType = exports.ContentType = /*#__PURE__*/function (ContentType) {
/**
* JSON content type.
*/
ContentType["json"] = "application/json";
/**
* JOSE content type.
*/
ContentType["jose"] = "application/jose";
return ContentType;
}({});
//# sourceMappingURL=ContentType.js.map
;