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.
18 lines (10 loc) • 364 B
JavaScript
;
import { TurboModuleRegistry } from 'react-native';
// Password authentication types
// Passkey authentication types
// Google Sign In types
// Apple Sign In types
// Combined credential type
// Native module interface
export default TurboModuleRegistry.getEnforcing('CredentialsManager');
//# sourceMappingURL=NativeCredentialsManager.js.map