react-native-credentials-manager
Version:
A React Native library that implements the Credential Manager API for Android. This library allows you to manage passwords and passkeys in your React Native applications.
15 lines (14 loc) • 471 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
// Password authentication types
// Passkey authentication types
// Google Sign In types
// Apple Sign In types
// Combined credential type
// Native module interface
var _default = exports.default = _reactNative.TurboModuleRegistry.getEnforcing('CredentialsManager');
//# sourceMappingURL=NativeCredentialsManager.js.map
;