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