UNPKG

@sphereon/musap-react-native

Version:

A React Native module wrapping the MUSAP library for Android & iOS

5 lines 228 B
import { NativeModules } from "react-native"; export const LOA_SCHEME_EIDAS = 'EIDAS-2014'; export const LOA_SCHEME_ISO = 'ISO-29115'; export const MusapClient = NativeModules.MusapBridge; //# sourceMappingURL=musap-types.js.map