react-native-nitro-totp
Version:
React Native module for TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) authentication.
24 lines (23 loc) • 464 B
JSON
{
"$schema": "https://nitro.margelo.com/nitro.schema.json",
"cxxNamespace": ["totp"],
"ios": {
"iosModuleName": "NitroTotp"
},
"android": {
"androidNamespace": ["totp"],
"androidCxxLibName": "NitroTotp"
},
"autolinking": {
"NitroTotp": {
"cpp": "HybridNitroTotp"
},
"NitroHotp": {
"cpp": "HybridNitroHotp"
},
"NitroSecret": {
"cpp": "HybridNitroSecret"
}
},
"ignorePaths": ["node_modules"]
}